Uses of Class
com.couchbase.client.java.kv.LookupInResult
-
Packages that use LookupInResult Package Description com.couchbase.client.java Holds all classes that are needed for the Couchbase Java SDK. -
-
Uses of LookupInResult in com.couchbase.client.java
Methods in com.couchbase.client.java that return LookupInResult Modifier and Type Method Description LookupInResult
Collection. lookupIn(String id, List<LookupInSpec> specs)
Performs lookups to document fragments with default options.LookupInResult
Collection. lookupIn(String id, List<LookupInSpec> specs, LookupInOptions options)
Performs lookups to document fragments with custom options.Methods in com.couchbase.client.java that return types with arguments of type LookupInResult 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.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.
-