Uses of Class
com.couchbase.client.core.api.kv.CoreSubdocGetResult
Package
Description
-
Uses of CoreSubdocGetResult in com.couchbase.client.core.api.kv
Modifier and TypeMethodDescriptiondefault CoreSubdocGetResult
CoreKvOps.subdocGetBlocking
(CoreCommonOptions common, String key, List<CoreSubdocGetCommand> commands, boolean accessDeleted) 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 Mono
<CoreSubdocGetResult> CoreKvOps.subdocGetReactive
(CoreCommonOptions common, String key, List<CoreSubdocGetCommand> commands, boolean accessDeleted) -
Uses of CoreSubdocGetResult 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 CoreSubdocGetResult in com.couchbase.client.core.msg.kv
-
Uses of CoreSubdocGetResult 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) ProtostellarCoreKvOps.subdocGetBlocking
(CoreCommonOptions common, String key, List<CoreSubdocGetCommand> commands, boolean accessDeleted) Modifier and TypeMethodDescriptionProtostellarCoreKvOps.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.subdocGetReactive
(CoreCommonOptions common, String key, List<CoreSubdocGetCommand> commands, boolean accessDeleted) -
Uses of CoreSubdocGetResult in com.couchbase.client.core.service.kv
Modifier and TypeMethodDescriptionstatic 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) 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 <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) -
Uses of CoreSubdocGetResult in com.couchbase.client.core.transaction
Modifier and TypeMethodDescriptionstatic CoreTransactionGetResult
CoreTransactionGetResult.createFrom
(CollectionIdentifier collection, String documentId, CoreSubdocGetResult doc) -
Uses of CoreSubdocGetResult in com.couchbase.client.core.transaction.cleanup
Modifier and TypeMethodDescriptionClientRecord.getClientRecord
(CollectionIdentifier collection, SpanWrapper span) Modifier and TypeMethodDescriptionstatic ClientRecordDetails
ClientRecord.parseClientRecord
(CoreSubdocGetResult clientRecord, String clientUuid) -
Uses of CoreSubdocGetResult in com.couchbase.client.core.transaction.components
Modifier and TypeMethodDescriptionDocumentGetter.justGetDoc
(Core core, CollectionIdentifier collection, String docId, Duration timeout, SpanWrapper span, boolean accessDeleted, CoreTransactionLogger logger, MeteringUnits.MeteringUnitsBuilder units, boolean preferredReplicaMode) -
Uses of CoreSubdocGetResult in com.couchbase.client.core.transaction.util
Modifier and TypeMethodDescriptionstatic Mono
<CoreSubdocGetResult> TransactionKVHandler.lookupIn
(Core core, CollectionIdentifier collectionIdentifier, String id, Duration timeout, boolean accessDeleted, Map<String, Object> clientContext, SpanWrapper pspan, boolean preferredReplicaMode, List<SubdocGetRequest.Command> commands)