Uses of Class
com.couchbase.client.core.api.kv.CoreGetResult
Package
Description
-
Uses of CoreGetResult in com.couchbase.client.core.api.kv
Modifier and TypeMethodDescriptiondefault CoreGetResult
CoreKvOps.getAndLockBlocking
(CoreCommonOptions common, String key, Duration lockTime) default CoreGetResult
CoreKvOps.getAndTouchBlocking
(CoreCommonOptions common, String key, CoreExpiry expiry) default CoreGetResult
CoreKvOps.getBlocking
(CoreCommonOptions common, String key, List<String> projections, boolean withExpiry) Modifier and TypeMethodDescriptionCoreKvOps.getAllReplicasReactive
(CoreCommonOptions common, String key, CoreReadPreference readPreference) 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, CoreReadPreference readPreference) 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
Modifier and TypeMethodDescriptionClassicCoreKvOps.getAllReplicasReactive
(CoreCommonOptions common, String key, CoreReadPreference readPreference) ClassicCoreKvOps.getAndLockAsync
(CoreCommonOptions common, String key, Duration lockTime) ClassicCoreKvOps.getAndTouchAsync
(CoreCommonOptions common, String key, CoreExpiry expiry) 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
Modifier and TypeMethodDescriptionstatic CoreGetResult
CoreProtostellarKeyValueResponses.convertResponse
(CoreKeyspace keyspace, String key, com.couchbase.client.protostellar.kv.v1.GetAndLockResponse response) static CoreGetResult
CoreProtostellarKeyValueResponses.convertResponse
(CoreKeyspace keyspace, String key, com.couchbase.client.protostellar.kv.v1.GetAndTouchResponse response) static CoreGetResult
CoreProtostellarKeyValueResponses.convertResponse
(CoreKeyspace keyspace, String key, com.couchbase.client.protostellar.kv.v1.GetResponse response) ProtostellarCoreKvOps.getBlocking
(CoreCommonOptions common, String key, List<String> projections, boolean withExpiry) Modifier and TypeMethodDescriptionProtostellarCoreKvOps.getAllReplicasReactive
(CoreCommonOptions common, String key, CoreReadPreference readPreference) ProtostellarCoreKvOps.getAndLockAsync
(CoreCommonOptions common, String key, Duration lockTime) ProtostellarCoreKvOps.getAndTouchAsync
(CoreCommonOptions common, String key, CoreExpiry expiry) ProtostellarCoreKvOps.getAnyReplicaReactive
(CoreCommonOptions common, String key, CoreReadPreference readPreference) ProtostellarCoreKvOps.getAsync
(CoreCommonOptions common, String key, List<String> projections, boolean withExpiry) ProtostellarCoreKvOps.getReactive
(CoreCommonOptions common, String key, List<String> projections, boolean withExpiry)