Uses of Class
com.couchbase.client.core.api.kv.CoreSubdocGetResult
Packages that use CoreSubdocGetResult
Package
Description
-
Uses of CoreSubdocGetResult in com.couchbase.client.core.api.kv
Methods in com.couchbase.client.core.api.kv that return CoreSubdocGetResultModifier and TypeMethodDescriptiondefault CoreSubdocGetResult
CoreKvOps.subdocGetBlocking
(CoreCommonOptions common, String key, List<CoreSubdocGetCommand> commands, boolean accessDeleted) Methods in com.couchbase.client.core.api.kv that return types with arguments of type CoreSubdocGetResultModifier 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
Methods in com.couchbase.client.core.classic.kv that return types with arguments of type CoreSubdocGetResultModifier 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
Methods in com.couchbase.client.core.msg.kv that return CoreSubdocGetResult -
Uses of CoreSubdocGetResult in com.couchbase.client.core.protostellar.kv
Methods in com.couchbase.client.core.protostellar.kv that return CoreSubdocGetResultModifier 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) Methods in com.couchbase.client.core.protostellar.kv that return types with arguments of type CoreSubdocGetResultModifier 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
Methods in com.couchbase.client.core.service.kv that return types with arguments of type CoreSubdocGetResultModifier 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) Method parameters in com.couchbase.client.core.service.kv with type arguments of type CoreSubdocGetResultModifier 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
Methods in com.couchbase.client.core.transaction with parameters of type CoreSubdocGetResultModifier and TypeMethodDescriptionstatic CoreTransactionGetResult
CoreTransactionGetResult.createFrom
(CollectionIdentifier collection, String documentId, CoreSubdocGetResult doc) -
Uses of CoreSubdocGetResult in com.couchbase.client.core.transaction.cleanup
Methods in com.couchbase.client.core.transaction.cleanup that return types with arguments of type CoreSubdocGetResultModifier and TypeMethodDescriptionClientRecord.getClientRecord
(CollectionIdentifier collection, SpanWrapper span) Methods in com.couchbase.client.core.transaction.cleanup with parameters of type CoreSubdocGetResultModifier and TypeMethodDescriptionstatic ClientRecordDetails
ClientRecord.parseClientRecord
(CoreSubdocGetResult clientRecord, String clientUuid) -
Uses of CoreSubdocGetResult in com.couchbase.client.core.transaction.components
Methods in com.couchbase.client.core.transaction.components that return types with arguments of type CoreSubdocGetResultModifier 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
Methods in com.couchbase.client.core.transaction.util that return types with arguments of type CoreSubdocGetResultModifier 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)