Uses of Class
com.couchbase.client.core.api.kv.CoreGetResult
-
Packages that use CoreGetResult Package Description com.couchbase.client.core.api.kv com.couchbase.client.core.classic.kv com.couchbase.client.core.protostellar.kv -
-
Uses of CoreGetResult in com.couchbase.client.core.api.kv
Methods in com.couchbase.client.core.api.kv that return CoreGetResult Modifier and Type Method Description default CoreGetResultCoreKvOps. getAndLockBlocking(CoreCommonOptions common, String key, Duration lockTime)default CoreGetResultCoreKvOps. getAndTouchBlocking(CoreCommonOptions common, String key, long expiration)default CoreGetResultCoreKvOps. getBlocking(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 CoreGetResult Modifier and Type Method Description Flux<CoreGetResult>ClassicCoreKvOps. getAllReplicasReactive(CoreCommonOptions common, String key)CoreAsyncResponse<CoreGetResult>ClassicCoreKvOps. getAndLockAsync(CoreCommonOptions common, String key, Duration lockTime)CoreAsyncResponse<CoreGetResult>ClassicCoreKvOps. getAndTouchAsync(CoreCommonOptions common, String key, long expiration)Mono<CoreGetResult>ClassicCoreKvOps. getAnyReplicaReactive(CoreCommonOptions common, String key)CoreAsyncResponse<CoreGetResult>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 CoreGetResult Modifier and Type Method Description static CoreGetResultCoreProtostellarKeyValueResponses. convertResponse(CoreKeyspace keyspace, String key, com.couchbase.client.protostellar.kv.v1.GetResponse response)CoreGetResultProtostellarCoreKvOps. 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 CoreGetResult Modifier and Type Method Description Flux<CoreGetResult>ProtostellarCoreKvOps. getAllReplicasReactive(CoreCommonOptions common, String key)CoreAsyncResponse<CoreGetResult>ProtostellarCoreKvOps. getAndLockAsync(CoreCommonOptions common, String key, Duration lockTime)CoreAsyncResponse<CoreGetResult>ProtostellarCoreKvOps. getAndTouchAsync(CoreCommonOptions common, String key, long expiration)Mono<CoreGetResult>ProtostellarCoreKvOps. getAnyReplicaReactive(CoreCommonOptions common, String key)CoreAsyncResponse<CoreGetResult>ProtostellarCoreKvOps. getAsync(CoreCommonOptions common, String key, List<String> projections, boolean withExpiry)Mono<CoreGetResult>ProtostellarCoreKvOps. getReactive(CoreCommonOptions common, String key, List<String> projections, boolean withExpiry)
-