Uses of Class
com.couchbase.client.java.kv.GetAllReplicasOptions
-
Packages that use GetAllReplicasOptions 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 GetAllReplicasOptions in com.couchbase.client.java
Methods in com.couchbase.client.java with parameters of type GetAllReplicasOptions Modifier and Type Method Description CompletableFuture<List<CompletableFuture<GetReplicaResult>>>AsyncCollection. getAllReplicas(String id, GetAllReplicasOptions 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<GetReplicaResult>Collection. getAllReplicas(String id, GetAllReplicasOptions options)Reads all available or one replica and returns the results as a stream with custom options.Flux<GetReplicaResult>ReactiveCollection. getAllReplicas(String id, GetAllReplicasOptions options)Reads all available replicas, including the active, and returns the results as a flux. -
Uses of GetAllReplicasOptions in com.couchbase.client.java.kv
Methods in com.couchbase.client.java.kv that return GetAllReplicasOptions Modifier and Type Method Description static GetAllReplicasOptionsGetAllReplicasOptions. getAllReplicasOptions()Creates a new set ofGetAllReplicasOptions.GetAllReplicasOptionsGetAllReplicasOptions. transcoder(Transcoder transcoder)Allows to specify a custom transcoder that is used to decode the content of the result.
-