Uses of Class
com.couchbase.client.core.api.kv.CoreExistsResult
-
Packages that use CoreExistsResult Package Description com.couchbase.client.core.api.kv com.couchbase.client.core.classic.kv com.couchbase.client.core.protostellar.kv -
-
Uses of CoreExistsResult in com.couchbase.client.core.api.kv
Methods in com.couchbase.client.core.api.kv that return CoreExistsResult Modifier and Type Method Description default CoreExistsResultCoreKvOps. existsBlocking(CoreCommonOptions common, String key)Methods in com.couchbase.client.core.api.kv that return types with arguments of type CoreExistsResult Modifier and Type Method Description CoreAsyncResponse<CoreExistsResult>CoreKvOps. 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 CoreExistsResult Modifier and Type Method Description CoreAsyncResponse<CoreExistsResult>ClassicCoreKvOps. 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 CoreExistsResult Modifier and Type Method Description static CoreExistsResultCoreProtostellarKeyValueResponses. convertResponse(CoreKeyspace keyspace, String key, com.couchbase.client.protostellar.kv.v1.ExistsResponse response)CoreExistsResultProtostellarCoreKvOps. existsBlocking(CoreCommonOptions common, String key)Methods in com.couchbase.client.core.protostellar.kv that return types with arguments of type CoreExistsResult Modifier and Type Method Description CoreAsyncResponse<CoreExistsResult>ProtostellarCoreKvOps. existsAsync(CoreCommonOptions common, String key)Mono<CoreExistsResult>ProtostellarCoreKvOps. existsReactive(CoreCommonOptions common, String key)
-