Uses of Class
com.couchbase.client.java.kv.GetAnyReplicaOptions
Package | Description |
---|---|
com.couchbase.client.java |
Holds all classes that are needed for the Couchbase Java SDK.
|
com.couchbase.client.java.kv |
Namespace for various kv-service related classes.
|
-
Uses of GetAnyReplicaOptions in com.couchbase.client.java
Methods in com.couchbase.client.java with parameters of type GetAnyReplicaOptions Modifier and Type Method Description CompletableFuture<GetReplicaResult>
AsyncCollection. getAnyReplica(String id, GetAnyReplicaOptions options)
Reads all available replicas, and returns the first found.GetReplicaResult
Collection. getAnyReplica(String id, GetAnyReplicaOptions options)
Reads all available replicas, and returns the first found with custom options.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.kv
Methods in com.couchbase.client.java.kv that return GetAnyReplicaOptions Modifier and Type Method Description static GetAnyReplicaOptions
GetAnyReplicaOptions. getAnyReplicaOptions()
Creates a new set ofGetAnyReplicaOptions
.GetAnyReplicaOptions
GetAnyReplicaOptions. transcoder(Transcoder transcoder)
Allows to specify a custom transcoder that is used to decode the content of the result.