Uses of Class
com.couchbase.client.java.kv.LookupInOptions
Package
Description
Holds all classes that are needed for the Couchbase Java SDK.
Namespace for various kv-service related classes.
-
Uses of LookupInOptions in com.couchbase.client.java
Modifier and TypeMethodDescriptionAsyncCollection.lookupIn
(String id, List<LookupInSpec> specs, LookupInOptions options) Performs lookups to document fragments with custom options.Collection.lookupIn
(String id, List<LookupInSpec> specs, LookupInOptions options) Performs lookups to document fragments with custom options.ReactiveCollection.lookupIn
(String id, List<LookupInSpec> specs, LookupInOptions options) Performs lookups to document fragments with custom options. -
Uses of LookupInOptions in com.couchbase.client.java.kv
Modifier and TypeMethodDescriptionLookupInOptions.accessDeleted
(boolean accessDeleted) For internal use only: allows access to deleted documents that are in 'tombstone' form.CommonDatastructureOptions.BuiltCommonDatastructureOptions.lookupInOptions()
static LookupInOptions
LookupInOptions.lookupInOptions()
LookupInOptions.serializer
(JsonSerializer serializer) Customizes the serializer that is used to decode the contents of theLookupInResult
.