Uses of Class
com.couchbase.client.java.kv.ExistsOptions
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.
|
-
Uses of ExistsOptions in com.couchbase.client.java
Methods in com.couchbase.client.java with parameters of type ExistsOptions Modifier and Type Method Description CompletableFuture<ExistsResult>
AsyncCollection. 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.Mono<ExistsResult>
ReactiveCollection. exists(String id, ExistsOptions options)
Checks if the given document ID exists on the active partition with custom options. -
Uses of ExistsOptions in com.couchbase.client.java.kv
Methods in com.couchbase.client.java.kv that return ExistsOptions Modifier and Type Method Description static ExistsOptions
ExistsOptions. existsOptions()