Uses of Class
com.couchbase.client.core.msg.kv.SubdocGetRequest
-
Uses of SubdocGetRequest in com.couchbase.client.core.msg.kv
Modifier and TypeMethodDescriptionstatic SubdocGetRequest
SubdocGetRequest.create
(Duration timeout, CoreContext ctx, CollectionIdentifier collectionIdentifier, RetryStrategy retryStrategy, String key, byte flags, List<CoreSubdocGetCommand> commands, RequestSpan span) -
Uses of SubdocGetRequest in com.couchbase.client.core.service.kv
Modifier and TypeMethodDescriptionstatic CompletableFuture
<Stream<SubdocGetRequest>> ReplicaHelper.lookupInAllReplicasRequests
(Core core, CollectionIdentifier collectionIdentifier, String documentId, List<CoreSubdocGetCommand> commands, Map<String, Object> clientContext, RetryStrategy retryStrategy, Duration timeout, RequestSpan parent, CoreReadPreference readPreference) Helper method to assemble a stream of requests to the active and all replicas