Uses of Class
com.couchbase.client.java.kv.ExistsResult
Package
Description
Holds all classes that are needed for the Couchbase Java SDK.
Namespace for various kv-service related classes.
-
Uses of ExistsResult in com.couchbase.client.java
Modifier and TypeMethodDescriptionChecks if the given document ID exists on the active partition.Collection.exists
(String id, ExistsOptions options) Checks if the given document ID exists on the active partition with custom options.Modifier and TypeMethodDescriptionChecks if the given document ID exists on the active partition with default options.AsyncCollection.exists
(String id, ExistsOptions options) Checks if the given document ID exists on the active partition with custom options.Checks if the given document ID exists on the active partition with default options.ReactiveCollection.exists
(String id, ExistsOptions options) Checks if the given document ID exists on the active partition with custom options. -
Uses of ExistsResult in com.couchbase.client.java.kv