Uses of Class
com.couchbase.client.core.api.kv.CoreExistsResult
Package
Description
-
Uses of CoreExistsResult in com.couchbase.client.core.api.kv
Modifier and TypeMethodDescriptiondefault CoreExistsResult
CoreKvOps.existsBlocking
(CoreCommonOptions common, String key) Modifier and TypeMethodDescriptionCoreKvOps.existsAsync
(CoreCommonOptions common, String key) default Mono<CoreExistsResult>
CoreKvOps.existsReactive
(CoreCommonOptions common, String key) -
Uses of CoreExistsResult in com.couchbase.client.core.classic.kv
Modifier and TypeMethodDescriptionClassicCoreKvOps.existsAsync
(CoreCommonOptions common, String key) -
Uses of CoreExistsResult in com.couchbase.client.core.protostellar.kv
Modifier and TypeMethodDescriptionstatic CoreExistsResult
CoreProtostellarKeyValueResponses.convertResponse
(CoreKeyspace keyspace, String key, com.couchbase.client.protostellar.kv.v1.ExistsResponse response) ProtostellarCoreKvOps.existsBlocking
(CoreCommonOptions common, String key) Modifier and TypeMethodDescriptionProtostellarCoreKvOps.existsAsync
(CoreCommonOptions common, String key) ProtostellarCoreKvOps.existsReactive
(CoreCommonOptions common, String key)