Uses of Class
com.couchbase.client.java.kv.RemoveOptions
-
Packages that use RemoveOptions 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 RemoveOptions in com.couchbase.client.java
Methods in com.couchbase.client.java with parameters of type RemoveOptions Modifier and Type Method Description CompletableFuture<MutationResult>
AsyncCollection. remove(String id, RemoveOptions options)
Removes a Document from a collection with custom options.MutationResult
Collection. remove(String id, RemoveOptions options)
Removes a Document from a collection with custom options.Mono<MutationResult>
ReactiveCollection. remove(String id, RemoveOptions options)
Removes a Document from a collection with custom options. -
Uses of RemoveOptions in com.couchbase.client.java.kv
Methods in com.couchbase.client.java.kv that return RemoveOptions Modifier and Type Method Description RemoveOptions
RemoveOptions. cas(long cas)
Specifies a CAS value that will be taken into account on the server side for optimistic concurrency.static RemoveOptions
RemoveOptions. removeOptions()
-