Uses of Class
com.couchbase.client.java.kv.GetOptions
Package
Description
Holds all classes that are needed for the Couchbase Java SDK.
Namespace for various kv-service related classes.
-
Uses of GetOptions in com.couchbase.client.java
Modifier and TypeMethodDescriptionAsyncCollection.get
(String id, GetOptions options) Fetches a full document (or a projection of it) from a collection with custom options.Collection.get
(String id, GetOptions options) Fetches the full document from this collection with custom options.ReactiveCollection.get
(String id, GetOptions options) Fetches a Document from a collection with custom options. -
Uses of GetOptions in com.couchbase.client.java.kv
Modifier and TypeMethodDescriptionCommonDatastructureOptions.BuiltCommonDatastructureOptions.getOptions()
static GetOptions
GetOptions.getOptions()
Creates a new set ofGetOptions
with aJsonObject
target.Allows to specify a custom list paths to fetch from the document instead of the whole.Allows to specify a custom list paths to fetch from the document instead of the whole.GetOptions.transcoder
(Transcoder transcoder) Allows to specify a custom transcoder that is used to decode the content of the result.GetOptions.withExpiry
(boolean expiry) If set to true, the get will fetch the expiry for the document as well and return it as part of theGetResult
.