Uses of Class
com.couchbase.client.core.service.kv.ReplicaHelper.GetReplicaResponse
Packages that use ReplicaHelper.GetReplicaResponse
-
Uses of ReplicaHelper.GetReplicaResponse in com.couchbase.client.core.service.kv
Methods in com.couchbase.client.core.service.kv that return types with arguments of type ReplicaHelper.GetReplicaResponseModifier and TypeMethodDescriptionstatic reactor.core.publisher.Flux
<ReplicaHelper.GetReplicaResponse> ReplicaHelper.getAllReplicasReactive
(Core core, CollectionIdentifier collectionIdentifier, String documentId, Duration timeout, RetryStrategy retryStrategy, Map<String, Object> clientContext, RequestSpan parentSpan, CoreReadPreference readPreference) Method parameters in com.couchbase.client.core.service.kv with type arguments of type ReplicaHelper.GetReplicaResponseModifier and TypeMethodDescriptionstatic <R> CompletableFuture
<List<CompletableFuture<R>>> ReplicaHelper.getAllReplicasAsync
(Core core, CollectionIdentifier collectionIdentifier, String documentId, Duration timeout, RetryStrategy retryStrategy, Map<String, Object> clientContext, RequestSpan parentSpan, CoreReadPreference readPreference, Function<ReplicaHelper.GetReplicaResponse, R> responseMapper) 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.static <R> CompletableFuture
<R> ReplicaHelper.getAnyReplicaAsync
(Core core, CollectionIdentifier collectionIdentifier, String documentId, Duration timeout, RetryStrategy retryStrategy, Map<String, Object> clientContext, RequestSpan parentSpan, CoreReadPreference readPreference, Function<ReplicaHelper.GetReplicaResponse, R> responseMapper)