Uses of Class
com.couchbase.client.java.kv.LookupInAnyReplicaOptions
Packages that use LookupInAnyReplicaOptions
Package
Description
Holds all classes that are needed for the Couchbase Java SDK.
Namespace for various kv-service related classes.
- 
Uses of LookupInAnyReplicaOptions in com.couchbase.client.javaMethods in com.couchbase.client.java with parameters of type LookupInAnyReplicaOptionsModifier and TypeMethodDescriptionAsyncCollection.lookupInAnyReplica(String id, List<LookupInSpec> specs, LookupInAnyReplicaOptions options) 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.reactor.core.publisher.Mono<LookupInReplicaResult> ReactiveCollection.lookupInAnyReplica(String id, List<LookupInSpec> lookupInSpecs, LookupInAnyReplicaOptions options) Reads all available replicas, and returns the first found.
- 
Uses of LookupInAnyReplicaOptions in com.couchbase.client.java.kvMethods in com.couchbase.client.java.kv that return LookupInAnyReplicaOptionsModifier and TypeMethodDescriptionstatic LookupInAnyReplicaOptionsLookupInAnyReplicaOptions.lookupInAnyReplicaOptions()LookupInAnyReplicaOptions.readPreference(ReadPreference readPreference) Set a read preference for this operation.LookupInAnyReplicaOptions.serializer(JsonSerializer serializer) Allows to specify a custom serializer that is used to decode the content of the result.