Uses of Class
com.couchbase.client.java.kv.ExistsOptions
Package
Description
Holds all classes that are needed for the Couchbase Java SDK.
Namespace for various kv-service related classes.
-
Uses of ExistsOptions in com.couchbase.client.java
Modifier and TypeMethodDescriptionAsyncCollection.exists
(String id, ExistsOptions options) Checks if the given document ID exists on the active partition with custom options.Collection.exists
(String id, ExistsOptions options) Checks if the given document ID exists on the active partition with custom options.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