Uses of Class
com.couchbase.client.core.msg.kv.SubdocGetRequest
Packages that use SubdocGetRequest
-
Uses of SubdocGetRequest in com.couchbase.client.core.msg.kv
Subclasses of SubdocGetRequest in com.couchbase.client.core.msg.kvMethods in com.couchbase.client.core.msg.kv that return SubdocGetRequestModifier and TypeMethodDescriptionstatic SubdocGetRequestSubdocGetRequest.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
Methods in com.couchbase.client.core.service.kv that return types with arguments of type SubdocGetRequestModifier 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) Helper method to assemble a stream of requests to the active and all replicas