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 TypeMethodDescriptionCoreKvOps.getAllReplicasReactive(CoreCommonOptions common, String key) CoreKvOps.getAndLockAsync(CoreCommonOptions common, String key, Duration lockTime) default Mono<CoreGetResult>CoreKvOps.getAndLockReactive(CoreCommonOptions common, String key, Duration lockTime) CoreKvOps.getAndTouchAsync(CoreCommonOptions common, String key, CoreExpiry expiry) default Mono<CoreGetResult>CoreKvOps.getAndTouchReactive(CoreCommonOptions common, String key, CoreExpiry expiry) CoreKvOps.getAnyReplicaReactive(CoreCommonOptions common, String key) CoreKvOps.getAsync(CoreCommonOptions common, String key, List<String> projections, boolean withExpiry) default 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 TypeMethodDescriptionClassicCoreKvOps.getAllReplicasReactive(CoreCommonOptions common, String key) ClassicCoreKvOps.getAndLockAsync(CoreCommonOptions common, String key, Duration lockTime) ClassicCoreKvOps.getAndTouchAsync(CoreCommonOptions common, String key, CoreExpiry expiry) ClassicCoreKvOps.getAnyReplicaReactive(CoreCommonOptions common, String key) 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 TypeMethodDescriptionProtostellarCoreKvOps.getAllReplicasReactive(CoreCommonOptions common, String key) ProtostellarCoreKvOps.getAndLockAsync(CoreCommonOptions common, String key, Duration lockTime) ProtostellarCoreKvOps.getAndTouchAsync(CoreCommonOptions common, String key, CoreExpiry expiry) ProtostellarCoreKvOps.getAnyReplicaReactive(CoreCommonOptions common, String key) ProtostellarCoreKvOps.getAsync(CoreCommonOptions common, String key, List<String> projections, boolean withExpiry) ProtostellarCoreKvOps.getReactive(CoreCommonOptions common, String key, List<String> projections, boolean withExpiry)