Uses of Class
com.couchbase.client.java.kv.GetFromReplicaOptions
-
Packages that use GetFromReplicaOptions 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 GetFromReplicaOptions in com.couchbase.client.java
Methods in com.couchbase.client.java with parameters of type GetFromReplicaOptions Modifier and Type Method Description List<CompletableFuture<GetResult>>
AsyncCollection. getFromReplica(String id, GetFromReplicaOptions 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.Stream<GetResult>
Collection. getFromReplica(String id, GetFromReplicaOptions options)
Reads all available or one replica and returns the results as a stream.Flux<GetResult>
ReactiveCollection. getFromReplica(String id, GetFromReplicaOptions options)
Reads all available or one replica and returns the results as a flux. -
Uses of GetFromReplicaOptions in com.couchbase.client.java.kv
Methods in com.couchbase.client.java.kv that return GetFromReplicaOptions Modifier and Type Method Description static GetFromReplicaOptions
GetFromReplicaOptions. getFromReplicaOptions()
GetFromReplicaOptions
GetFromReplicaOptions. replicaMode(ReplicaMode replicaMode)
-