| Package | Description |
|---|---|
| com.couchbase.client.core.api.kv | |
| com.couchbase.client.core.classic.kv | |
| com.couchbase.client.core.protostellar.kv |
| Modifier and Type | Method and Description |
|---|---|
default CoreExistsResult |
CoreKvOps.existsBlocking(CoreCommonOptions common,
String key) |
| Modifier and Type | Method and Description |
|---|---|
CoreAsyncResponse<CoreExistsResult> |
CoreKvOps.existsAsync(CoreCommonOptions common,
String key) |
default Mono<CoreExistsResult> |
CoreKvOps.existsReactive(CoreCommonOptions common,
String key) |
| Modifier and Type | Method and Description |
|---|---|
CoreAsyncResponse<CoreExistsResult> |
ClassicCoreKvOps.existsAsync(CoreCommonOptions common,
String key) |
| Modifier and Type | Method and Description |
|---|---|
static CoreExistsResult |
CoreProtostellarKeyValueResponses.convertResponse(CoreKeyspace keyspace,
String key,
com.couchbase.client.protostellar.kv.v1.ExistsResponse response) |
CoreExistsResult |
ProtostellarCoreKvOps.existsBlocking(CoreCommonOptions common,
String key) |
| Modifier and Type | Method and Description |
|---|---|
CoreAsyncResponse<CoreExistsResult> |
ProtostellarCoreKvOps.existsAsync(CoreCommonOptions common,
String key) |
Mono<CoreExistsResult> |
ProtostellarCoreKvOps.existsReactive(CoreCommonOptions common,
String key) |
Copyright © 2024 Couchbase, Inc.. All rights reserved.