Uses of Class
com.couchbase.client.core.api.kv.CoreExistsResult
Packages that use CoreExistsResult
Package
Description
-
Uses of CoreExistsResult in com.couchbase.client.core.api.kv
Methods in com.couchbase.client.core.api.kv that return CoreExistsResultModifier and TypeMethodDescriptiondefault CoreExistsResult
CoreKvOps.existsBlocking
(CoreCommonOptions common, String key) Methods in com.couchbase.client.core.api.kv that return types with arguments of type CoreExistsResultModifier 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
Methods in com.couchbase.client.core.classic.kv that return types with arguments of type CoreExistsResultModifier and TypeMethodDescriptionClassicCoreKvOps.existsAsync
(CoreCommonOptions common, String key) -
Uses of CoreExistsResult in com.couchbase.client.core.protostellar.kv
Methods in com.couchbase.client.core.protostellar.kv that return CoreExistsResultModifier and TypeMethodDescriptionstatic CoreExistsResult
CoreProtostellarKeyValueResponses.convertResponse
(CoreKeyspace keyspace, String key, com.couchbase.client.protostellar.kv.v1.ExistsResponse response) ProtostellarCoreKvOps.existsBlocking
(CoreCommonOptions common, String key) Methods in com.couchbase.client.core.protostellar.kv that return types with arguments of type CoreExistsResultModifier and TypeMethodDescriptionProtostellarCoreKvOps.existsAsync
(CoreCommonOptions common, String key) ProtostellarCoreKvOps.existsReactive
(CoreCommonOptions common, String key)