Uses of Class
com.couchbase.client.core.api.kv.CoreGetResult
Packages that use CoreGetResult
Package
Description
-
Uses of CoreGetResult in com.couchbase.client.core.api.kv
Methods in com.couchbase.client.core.api.kv that return CoreGetResultModifier and TypeMethodDescriptiondefault CoreGetResultCoreKvOps.getAndLockBlocking(CoreCommonOptions common, String key, Duration lockTime) default CoreGetResultCoreKvOps.getAndTouchBlocking(CoreCommonOptions common, String key, CoreExpiry expiry) default CoreGetResultCoreKvOps.getBlocking(CoreCommonOptions common, String key, List<String> projections, boolean withExpiry) Methods in com.couchbase.client.core.api.kv that return types with arguments of type CoreGetResultModifier and TypeMethodDescriptionreactor.core.publisher.Flux<CoreGetResult> CoreKvOps.getAllReplicasReactive(CoreCommonOptions common, String key, CoreReadPreference readPreference) CoreKvOps.getAndLockAsync(CoreCommonOptions common, String key, Duration lockTime) default reactor.core.publisher.Mono<CoreGetResult> CoreKvOps.getAndLockReactive(CoreCommonOptions common, String key, Duration lockTime) CoreKvOps.getAndTouchAsync(CoreCommonOptions common, String key, CoreExpiry expiry) default reactor.core.publisher.Mono<CoreGetResult> CoreKvOps.getAndTouchReactive(CoreCommonOptions common, String key, CoreExpiry expiry) reactor.core.publisher.Mono<CoreGetResult> CoreKvOps.getAnyReplicaReactive(CoreCommonOptions common, String key, CoreReadPreference readPreference) CoreKvOps.getAsync(CoreCommonOptions common, String key, List<String> projections, boolean withExpiry) default reactor.core.publisher.Mono<CoreGetResult> CoreKvOps.getReactive(CoreCommonOptions common, String key, List<String> projections, boolean withExpiry) -
Uses of CoreGetResult in com.couchbase.client.core.classic.kv
Methods in com.couchbase.client.core.classic.kv that return types with arguments of type CoreGetResultModifier and TypeMethodDescriptionreactor.core.publisher.Flux<CoreGetResult> ClassicCoreKvOps.getAllReplicasReactive(CoreCommonOptions common, String key, CoreReadPreference readPreference) ClassicCoreKvOps.getAndLockAsync(CoreCommonOptions common, String key, Duration lockTime) ClassicCoreKvOps.getAndTouchAsync(CoreCommonOptions common, String key, CoreExpiry expiry) reactor.core.publisher.Mono<CoreGetResult> ClassicCoreKvOps.getAnyReplicaReactive(CoreCommonOptions common, String key, CoreReadPreference readPreference) ClassicCoreKvOps.getAsync(CoreCommonOptions common, String key, List<String> projections, boolean withExpiry) -
Uses of CoreGetResult in com.couchbase.client.core.protostellar.kv
Methods in com.couchbase.client.core.protostellar.kv that return CoreGetResultModifier and TypeMethodDescriptionstatic CoreGetResultCoreProtostellarKeyValueResponses.convertResponse(CoreKeyspace keyspace, String key, com.couchbase.client.protostellar.kv.v1.GetAndLockResponse response) static CoreGetResultCoreProtostellarKeyValueResponses.convertResponse(CoreKeyspace keyspace, String key, com.couchbase.client.protostellar.kv.v1.GetAndTouchResponse response) static CoreGetResultCoreProtostellarKeyValueResponses.convertResponse(CoreKeyspace keyspace, String key, com.couchbase.client.protostellar.kv.v1.GetResponse response) ProtostellarCoreKvOps.getBlocking(CoreCommonOptions common, String key, List<String> projections, boolean withExpiry) Methods in com.couchbase.client.core.protostellar.kv that return types with arguments of type CoreGetResultModifier and TypeMethodDescriptionreactor.core.publisher.Flux<CoreGetResult> ProtostellarCoreKvOps.getAllReplicasReactive(CoreCommonOptions common, String key, CoreReadPreference readPreference) ProtostellarCoreKvOps.getAndLockAsync(CoreCommonOptions common, String key, Duration lockTime) ProtostellarCoreKvOps.getAndTouchAsync(CoreCommonOptions common, String key, CoreExpiry expiry) reactor.core.publisher.Mono<CoreGetResult> ProtostellarCoreKvOps.getAnyReplicaReactive(CoreCommonOptions common, String key, CoreReadPreference readPreference) ProtostellarCoreKvOps.getAsync(CoreCommonOptions common, String key, List<String> projections, boolean withExpiry) reactor.core.publisher.Mono<CoreGetResult> ProtostellarCoreKvOps.getReactive(CoreCommonOptions common, String key, List<String> projections, boolean withExpiry)