Uses of Class
com.couchbase.client.core.api.kv.CoreSubdocGetCommand
Package
Description
-
Uses of CoreSubdocGetCommand in com.couchbase.client.core.api.kv
Modifier and TypeMethodDescriptionCoreKvOps.subdocGetAllReplicasReactive
(CoreCommonOptions common, String key, List<CoreSubdocGetCommand> commands, CoreReadPreference readPreference) CoreKvOps.subdocGetAnyReplicaReactive
(CoreCommonOptions common, String key, List<CoreSubdocGetCommand> commands, CoreReadPreference readPreference) 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
Modifier and TypeMethodDescriptionClassicCoreKvOps.subdocGetAllReplicasReactive
(CoreCommonOptions common, String key, List<CoreSubdocGetCommand> commands, CoreReadPreference readPreference) ClassicCoreKvOps.subdocGetAnyReplicaReactive
(CoreCommonOptions common, String key, List<CoreSubdocGetCommand> commands, CoreReadPreference readPreference) ClassicCoreKvOps.subdocGetAsync
(CoreCommonOptions common, String key, List<CoreSubdocGetCommand> commands, boolean accessDeleted) -
Uses of CoreSubdocGetCommand in com.couchbase.client.core.msg.kv
Modifier and TypeMethodDescriptionstatic List
<CoreSubdocGetCommand> SubdocGetRequest.convertCommandsToCore
(List<SubdocGetRequest.Command> commands) Modifier 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
Modifier 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, CoreReadPreference readPreference) ProtostellarCoreKvOps.subdocGetAnyReplicaReactive
(CoreCommonOptions common, String key, List<CoreSubdocGetCommand> commands, CoreReadPreference readPreference) 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
Modifier 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, CoreReadPreference readPreference, 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, CoreReadPreference readPreference) 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, CoreReadPreference readPreference) 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, CoreReadPreference readPreference, Function<CoreSubdocGetResult, R> responseMapper)