Uses of Class
com.couchbase.client.java.kv.LookupInResult
Packages that use LookupInResult
Package
Description
Holds all classes that are needed for the Couchbase Java SDK.
Namespace for various kv-service related classes.
- 
Uses of LookupInResult in com.couchbase.client.javaMethods in com.couchbase.client.java that return LookupInResultModifier and TypeMethodDescriptionCollection.lookupIn(String id, List<LookupInSpec> specs) Performs lookups to document fragments with default options.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 LookupInResultModifier and TypeMethodDescriptionAsyncCollection.lookupIn(String id, List<LookupInSpec> specs) Performs lookups to document fragments with default options.AsyncCollection.lookupIn(String id, List<LookupInSpec> specs, LookupInOptions options) Performs lookups to document fragments with custom options.reactor.core.publisher.Mono<LookupInResult> ReactiveCollection.lookupIn(String id, List<LookupInSpec> specs) Performs lookups to document fragments with default options.reactor.core.publisher.Mono<LookupInResult> ReactiveCollection.lookupIn(String id, List<LookupInSpec> specs, LookupInOptions options) Performs lookups to document fragments with custom options.
- 
Uses of LookupInResult in com.couchbase.client.java.kvSubclasses of LookupInResult in com.couchbase.client.java.kvModifier and TypeClassDescriptionclassExtends LookupInResult to include additional information for lookupIn-from-replica style calls.