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 CoreSubdocGetResultCoreKvOps.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) CoreKvOps.subdocGetAnyReplicaReactive(CoreCommonOptions common, String key, List<CoreSubdocGetCommand> commands) 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) ClassicCoreKvOps.subdocGetAnyReplicaReactive(CoreCommonOptions common, String key, List<CoreSubdocGetCommand> commands) ClassicCoreKvOps.subdocGetAsync(CoreCommonOptions common, String key, List<CoreSubdocGetCommand> commands, boolean accessDeleted) -
Uses of CoreSubdocGetResult in com.couchbase.client.core.protostellar.kv
Methods in com.couchbase.client.core.protostellar.kv that return CoreSubdocGetResultModifier and TypeMethodDescriptionstatic CoreSubdocGetResultCoreProtostellarKeyValueResponses.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) ProtostellarCoreKvOps.subdocGetAnyReplicaReactive(CoreCommonOptions common, String key, List<CoreSubdocGetCommand> commands) 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) 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, 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, Function<CoreSubdocGetResult, R> responseMapper)