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 |
---|---|
CompletableFuture<ExistsResult> |
AsyncCollection.exists(String id,
ExistsOptions options)
Checks if the given document ID exists on the active partition with custom options.
|
Mono<ExistsResult> |
ReactiveCollection.exists(String id,
ExistsOptions options)
Checks if the given document ID exists on the active partition with custom options.
|
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 |
---|---|
static ExistsOptions |
ExistsOptions.existsOptions() |
Copyright © 2021 Couchbase, Inc.. All rights reserved.