Package | Description |
---|---|
com.couchbase.client.java |
Holds all classes that are needed for the Couchbase Java SDK.
|
com.couchbase.client.java.kv |
Namespace for various kv-service related classes.
|
Modifier and Type | Method and Description |
---|---|
ExistsResult |
Collection.exists(String id)
Checks if the given document ID exists on the active partition.
|
ExistsResult |
Collection.exists(String id,
ExistsOptions options)
Checks if the given document ID exists on the active partition with custom options.
|
Modifier and Type | Method and Description |
---|---|
Mono<ExistsResult> |
ReactiveCollection.exists(String id)
Checks if the given document ID exists on the active partition with default options.
|
CompletableFuture<ExistsResult> |
AsyncCollection.exists(String id)
Checks if the given document ID exists on the active partition with default options.
|
Mono<ExistsResult> |
ReactiveCollection.exists(String id,
ExistsOptions options)
Checks if the given document ID exists on the active partition with custom options.
|
CompletableFuture<ExistsResult> |
AsyncCollection.exists(String id,
ExistsOptions options)
Checks if the given document ID exists on the active partition with custom options.
|
Modifier and Type | Method and Description |
---|---|
static ExistsResult |
ExistsResult.from(com.couchbase.client.core.api.kv.CoreExistsResult it) |
Copyright © 2024 Couchbase, Inc.. All rights reserved.