Uses of Class
com.couchbase.client.java.kv.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
Modifier 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.AsyncCollection.lookupInAllReplicas
(String id, List<LookupInSpec> specs) Reads from replicas or the active node based on the options and returns the results as a list of futures that might complete or fail.AsyncCollection.lookupInAllReplicas
(String id, List<LookupInSpec> specs, LookupInAllReplicasOptions options) Reads from replicas or the active node based on the options and returns the results as a list of futures that might complete or fail.Collection.lookupInAllReplicas
(String id, List<LookupInSpec> lookupInSpecs) Reads from all available replicas and the active node and returns the results as a stream.Collection.lookupInAllReplicas
(String id, List<LookupInSpec> lookupInSpecs, LookupInAllReplicasOptions options) Reads all available or one replica and returns the results as a stream with custom options.ReactiveCollection.lookupInAllReplicas
(String id, List<LookupInSpec> lookupInSpecs) Reads all available replicas, including the active, and returns the results as a flux.ReactiveCollection.lookupInAllReplicas
(String id, List<LookupInSpec> lookupInSpecs, LookupInAllReplicasOptions options) Reads all available replicas, including the active, and returns the results as a flux.AsyncCollection.lookupInAnyReplica
(String id, List<LookupInSpec> specs) Reads all available replicas, and returns the first found.AsyncCollection.lookupInAnyReplica
(String id, List<LookupInSpec> specs, LookupInAnyReplicaOptions options) Reads all available replicas, and returns the first found.Collection.lookupInAnyReplica
(String id, List<LookupInSpec> lookupInSpecs) Reads all available replicas, and returns the first found.Collection.lookupInAnyReplica
(String id, List<LookupInSpec> lookupInSpecs, LookupInAnyReplicaOptions options) Reads all available replicas, and returns the first found with custom options.ReactiveCollection.lookupInAnyReplica
(String id, List<LookupInSpec> lookupInSpecs) Reads all available replicas, and returns the first found.ReactiveCollection.lookupInAnyReplica
(String id, List<LookupInSpec> lookupInSpecs, LookupInAnyReplicaOptions options) Reads all available replicas, and returns the first found. -
Uses of LookupInSpec in com.couchbase.client.java.kv