Uses of Class
com.couchbase.client.core.api.kv.CoreSubdocGetCommand
Packages that use CoreSubdocGetCommand
Package
Description
-
Uses of CoreSubdocGetCommand in com.couchbase.client.core.api.kv
Method parameters in com.couchbase.client.core.api.kv with type arguments of type CoreSubdocGetCommandModifier and TypeMethodDescriptionCoreKvOps.subdocGetAllReplicasReactive
(CoreCommonOptions common, String key, List<CoreSubdocGetCommand> commands) CoreKvOps.subdocGetAnyReplicaReactive
(CoreCommonOptions common, String key, List<CoreSubdocGetCommand> commands) CoreKvOps.subdocGetAsync
(CoreCommonOptions common, String key, List<CoreSubdocGetCommand> commands, boolean accessDeleted) default CoreSubdocGetResult
CoreKvOps.subdocGetBlocking
(CoreCommonOptions common, String key, List<CoreSubdocGetCommand> commands, boolean accessDeleted) default Mono<CoreSubdocGetResult>
CoreKvOps.subdocGetReactive
(CoreCommonOptions common, String key, List<CoreSubdocGetCommand> commands, boolean accessDeleted) static void
CoreKvParamValidators.validateSubdocGetAllParams
(CoreCommonOptions common, String key, List<CoreSubdocGetCommand> commands) static void
CoreKvParamValidators.validateSubdocGetAnyParams
(CoreCommonOptions common, String key, List<CoreSubdocGetCommand> commands) static void
CoreKvParamValidators.validateSubdocGetParams
(CoreCommonOptions common, String key, List<CoreSubdocGetCommand> commands) -
Uses of CoreSubdocGetCommand in com.couchbase.client.core.classic.kv
Method parameters in com.couchbase.client.core.classic.kv with type arguments of type CoreSubdocGetCommandModifier and TypeMethodDescriptionClassicCoreKvOps.subdocGetAllReplicasReactive
(CoreCommonOptions common, String key, List<CoreSubdocGetCommand> commands) ClassicCoreKvOps.subdocGetAnyReplicaReactive
(CoreCommonOptions common, String key, List<CoreSubdocGetCommand> commands) ClassicCoreKvOps.subdocGetAsync
(CoreCommonOptions common, String key, List<CoreSubdocGetCommand> commands, boolean accessDeleted) -
Uses of CoreSubdocGetCommand in com.couchbase.client.core.msg.kv
Method parameters in com.couchbase.client.core.msg.kv with type arguments of type CoreSubdocGetCommandModifier and TypeMethodDescriptionstatic ReplicaSubdocGetRequest
ReplicaSubdocGetRequest.create
(Duration timeout, CoreContext ctx, CollectionIdentifier collectionIdentifier, RetryStrategy retryStrategy, String key, byte flags, List<CoreSubdocGetCommand> commands, short replica, RequestSpan span) static SubdocGetRequest
SubdocGetRequest.create
(Duration timeout, CoreContext ctx, CollectionIdentifier collectionIdentifier, RetryStrategy retryStrategy, String key, byte flags, List<CoreSubdocGetCommand> commands, RequestSpan span) -
Uses of CoreSubdocGetCommand in com.couchbase.client.core.protostellar.kv
Method parameters in com.couchbase.client.core.protostellar.kv with type arguments of type CoreSubdocGetCommandModifier and TypeMethodDescriptionstatic CoreSubdocGetResult
CoreProtostellarKeyValueResponses.convertResponse
(CoreProtostellar core, ProtostellarRequest<?> request, CoreKeyspace keyspace, String key, com.couchbase.client.protostellar.kv.v1.LookupInResponse response, List<CoreSubdocGetCommand> specs) static ProtostellarRequest<com.couchbase.client.protostellar.kv.v1.LookupInRequest>
CoreProtostellarKeyValueRequests.lookupInRequest
(CoreProtostellar core, CoreKeyspace keyspace, CoreCommonOptions opts, String key, List<CoreSubdocGetCommand> commands, boolean accessDeleted) ProtostellarCoreKvOps.subdocGetAllReplicasReactive
(CoreCommonOptions common, String key, List<CoreSubdocGetCommand> commands) ProtostellarCoreKvOps.subdocGetAnyReplicaReactive
(CoreCommonOptions common, String key, List<CoreSubdocGetCommand> commands) ProtostellarCoreKvOps.subdocGetAsync
(CoreCommonOptions common, String key, List<CoreSubdocGetCommand> commands, boolean accessDeleted) ProtostellarCoreKvOps.subdocGetBlocking
(CoreCommonOptions common, String key, List<CoreSubdocGetCommand> commands, boolean accessDeleted) ProtostellarCoreKvOps.subdocGetReactive
(CoreCommonOptions common, String key, List<CoreSubdocGetCommand> commands, boolean accessDeleted) -
Uses of CoreSubdocGetCommand in com.couchbase.client.core.service.kv
Method parameters in com.couchbase.client.core.service.kv with type arguments of type CoreSubdocGetCommandModifier and TypeMethodDescriptionstatic <R> CompletableFuture<List<CompletableFuture<R>>>
ReplicaHelper.lookupInAllReplicasAsync
(Core core, CollectionIdentifier collectionIdentifier, String documentId, List<CoreSubdocGetCommand> commands, Duration timeout, RetryStrategy retryStrategy, Map<String, Object> clientContext, RequestSpan parentSpan, Function<CoreSubdocGetResult, 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 Flux<CoreSubdocGetResult>
ReplicaHelper.lookupInAllReplicasReactive
(Core core, CollectionIdentifier collectionIdentifier, String documentId, List<CoreSubdocGetCommand> commands, Duration timeout, RetryStrategy retryStrategy, Map<String, Object> clientContext, RequestSpan parentSpan) static 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 replicasstatic <R> CompletableFuture<R>
ReplicaHelper.lookupInAnyReplicaAsync
(Core core, CollectionIdentifier collectionIdentifier, String documentId, List<CoreSubdocGetCommand> commands, Duration timeout, RetryStrategy retryStrategy, Map<String, Object> clientContext, RequestSpan parentSpan, Function<CoreSubdocGetResult, R> responseMapper)