Uses of Class
com.couchbase.client.java.kv.LookupInOptions
| Package | Description |
|---|---|
| com.couchbase.client.java |
Holds all classes that are needed for the Couchbase Java SDK.
|
| com.couchbase.client.java.kv |
Namespace for various kv-service related classes.
|
-
Uses of LookupInOptions in com.couchbase.client.java
Methods in com.couchbase.client.java with parameters of type LookupInOptions Modifier and Type Method Description CompletableFuture<LookupInResult>AsyncCollection. lookupIn(String id, List<LookupInSpec> specs, LookupInOptions options)Performs lookups to document fragments with custom options.LookupInResultCollection. lookupIn(String id, List<LookupInSpec> specs, LookupInOptions options)Performs lookups to document fragments with custom options.Mono<LookupInResult>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
Methods in com.couchbase.client.java.kv that return LookupInOptions Modifier and Type Method Description LookupInOptionsLookupInOptions. accessDeleted(boolean accessDeleted)For internal use only: allows access to deleted documents that are in 'tombstone' form.LookupInOptionsCommonDatastructureOptions.BuiltCommonDatastructureOptions. lookupInOptions()static LookupInOptionsLookupInOptions. lookupInOptions()LookupInOptionsLookupInOptions. serializer(JsonSerializer serializer)Customizes the serializer that is used to decode the contents of theLookupInResult.