Uses of Class
com.couchbase.client.java.kv.LookupInAllReplicasOptions
Packages that use LookupInAllReplicasOptions
Package
Description
Holds all classes that are needed for the Couchbase Java SDK.
Namespace for various kv-service related classes.
-
Uses of LookupInAllReplicasOptions in com.couchbase.client.java
Methods in com.couchbase.client.java with parameters of type LookupInAllReplicasOptionsModifier and TypeMethodDescriptionAsyncCollection.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, LookupInAllReplicasOptions options) Reads all available or one replica and returns the results as a stream with custom options.reactor.core.publisher.Flux<LookupInReplicaResult> ReactiveCollection.lookupInAllReplicas(String id, List<LookupInSpec> lookupInSpecs, LookupInAllReplicasOptions options) Reads all available replicas, including the active, and returns the results as a flux. -
Uses of LookupInAllReplicasOptions in com.couchbase.client.java.kv
Methods in com.couchbase.client.java.kv that return LookupInAllReplicasOptionsModifier and TypeMethodDescriptionstatic LookupInAllReplicasOptionsLookupInAllReplicasOptions.lookupInAllReplicasOptions()LookupInAllReplicasOptions.readPreference(ReadPreference readPreference) Set a read preference for this operation.LookupInAllReplicasOptions.serializer(JsonSerializer serializer) Allows to specify a custom serializer that is used to decode the content of the result.