Uses of Class
com.couchbase.client.java.kv.GetAnyReplicaOptions
Packages that use GetAnyReplicaOptions
Package
Description
Holds all classes that are needed for the Couchbase Java SDK.
Namespace for various kv-service related classes.
- 
Uses of GetAnyReplicaOptions in com.couchbase.client.javaMethods in com.couchbase.client.java with parameters of type GetAnyReplicaOptionsModifier and TypeMethodDescriptionAsyncCollection.getAnyReplica(String id, GetAnyReplicaOptions options) Reads all available replicas, and returns the first found.Collection.getAnyReplica(String id, GetAnyReplicaOptions options) Reads all available replicas, and returns the first found with custom options.reactor.core.publisher.Mono<GetReplicaResult> ReactiveCollection.getAnyReplica(String id, GetAnyReplicaOptions options) Reads all available replicas, and returns the first found.
- 
Uses of GetAnyReplicaOptions in com.couchbase.client.java.kvMethods in com.couchbase.client.java.kv that return GetAnyReplicaOptionsModifier and TypeMethodDescriptionstatic GetAnyReplicaOptionsGetAnyReplicaOptions.getAnyReplicaOptions()Creates a new set ofGetAnyReplicaOptions.GetAnyReplicaOptions.readPreference(ReadPreference readPreference) Set a read preference for this operation.GetAnyReplicaOptions.transcoder(Transcoder transcoder) Allows to specify a custom transcoder that is used to decode the content of the result.