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 |
---|---|
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)
Checks if the given document ID exists on the active partition with default options.
|
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.
|
Modifier and Type | Method and Description |
---|---|
static CompletableFuture<ExistsResult> |
ExistsAccessor.exists(String key,
Core core,
GetMetaRequest request) |
Copyright © 2020 Couchbase, Inc.. All rights reserved.