Uses of Class
com.couchbase.client.java.kv.GetReplicaResult
Package
Description
Holds all classes that are needed for the Couchbase Java SDK.
Namespace for various kv-service related classes.
-
Uses of GetReplicaResult in com.couchbase.client.java
Modifier and TypeMethodDescriptionCollection.getAnyReplica
(String id) 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.Modifier and TypeMethodDescriptionAsyncCollection.getAllReplicas
(String id) Reads from all available replicas and the active node and returns the results as a list of futures that might complete or fail.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.Collection.getAllReplicas
(String id) Reads from all available replicas and the active node and returns the results as a stream.Collection.getAllReplicas
(String id, GetAllReplicasOptions options) Reads all available or one replica and returns the results as a stream with custom options.ReactiveCollection.getAllReplicas
(String id) Reads all available replicas, including the active, and returns the results as a flux.ReactiveCollection.getAllReplicas
(String id, GetAllReplicasOptions options) Reads all available replicas, including the active, and returns the results as a flux.AsyncCollection.getAnyReplica
(String id) Reads all available replicas, and returns the first found.AsyncCollection.getAnyReplica
(String id, GetAnyReplicaOptions options) Reads all available replicas, and returns the first found.ReactiveCollection.getAnyReplica
(String id) Reads all available replicas, and returns the first found.ReactiveCollection.getAnyReplica
(String id, GetAnyReplicaOptions options) Reads all available replicas, and returns the first found. -
Uses of GetReplicaResult in com.couchbase.client.java.kv
Modifier and TypeMethodDescriptionstatic GetReplicaResult
GetReplicaResult.from
(CoreGetResult get, Transcoder transcoder) static GetReplicaResult
GetReplicaResult.from
(ReplicaHelper.GetReplicaResponse response, Transcoder transcoder)