Uses of Class
com.couchbase.client.java.kv.ExistsOptions
-
Packages that use ExistsOptions Package Description com.couchbase.client.java com.couchbase.client.java.kv -
-
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<Optional<ExistsResult>>
AsyncCollection. exists(String id, ExistsOptions options)
Checks if the given document ID exists on the active partition with custom options.Optional<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()
-