Uses of Class
com.couchbase.client.java.kv.UnlockOptions
| 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 UnlockOptions in com.couchbase.client.java
Methods in com.couchbase.client.java with parameters of type UnlockOptions Modifier and Type Method Description CompletableFuture<Void>AsyncCollection. unlock(String id, long cas, UnlockOptions options)Unlocks a document if it has been locked previously, with custom options.voidCollection. unlock(String id, long cas, UnlockOptions options)Unlocks a document if it has been locked previously, with custom options.Mono<Void>ReactiveCollection. unlock(String id, long cas, UnlockOptions options)Unlocks a document if it has been locked previously, with custom options. -
Uses of UnlockOptions in com.couchbase.client.java.kv
Methods in com.couchbase.client.java.kv that return UnlockOptions Modifier and Type Method Description static UnlockOptionsUnlockOptions. unlockOptions()