Uses of Class
com.couchbase.client.java.kv.LookupInSpec
| 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 LookupInSpec in com.couchbase.client.java
Method parameters in com.couchbase.client.java with type arguments of type LookupInSpec Modifier and Type Method Description CompletableFuture<LookupInResult>AsyncCollection. lookupIn(String id, List<LookupInSpec> specs)Performs lookups to document fragments with default options.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)Performs lookups to document fragments with default 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)Performs lookups to document fragments with default options.Mono<LookupInResult>ReactiveCollection. lookupIn(String id, List<LookupInSpec> specs, LookupInOptions options)Performs lookups to document fragments with custom options. -
Uses of LookupInSpec in com.couchbase.client.java.kv
Subclasses of LookupInSpec in com.couchbase.client.java.kv Modifier and Type Class Description classLookupInSpecStandard