Uses of Class
com.couchbase.client.java.kv.RemoveOptions
Package
Description
Holds all classes that are needed for the Couchbase Java SDK.
Namespace for various kv-service related classes.
-
Uses of RemoveOptions in com.couchbase.client.java
Modifier and TypeMethodDescriptionAsyncCollection.remove
(String id, RemoveOptions options) Removes a Document from a collection with custom options.Collection.remove
(String id, RemoveOptions options) Removes a Document from a collection with custom options.ReactiveCollection.remove
(String id, RemoveOptions options) Removes a Document from a collection with custom options. -
Uses of RemoveOptions in com.couchbase.client.java.kv
Modifier and TypeMethodDescriptionRemoveOptions.cas
(long cas) Specifies a CAS value that will be taken into account on the server side for optimistic concurrency.static RemoveOptions
RemoveOptions.removeOptions()