Uses of Class
com.couchbase.client.java.kv.LookupInSpec
Packages that use LookupInSpec
Package
Description
Holds all classes that are needed for the Couchbase Java SDK.
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 LookupInSpecModifier 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.Collection.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.ReactiveCollection.lookupIn
(String id, List<LookupInSpec> specs) Performs lookups to document fragments with default options.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