Uses of Class
com.couchbase.client.java.kv.GetAndLockOptions
-
Packages that use GetAndLockOptions 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 GetAndLockOptions in com.couchbase.client.java
Methods in com.couchbase.client.java with parameters of type GetAndLockOptions Modifier and Type Method Description CompletableFuture<GetResult>
AsyncCollection. getAndLock(String id, Duration lockTime, GetAndLockOptions options)
Fetches a full document and write-locks it for the given duration with custom options.GetResult
Collection. getAndLock(String id, Duration lockTime, GetAndLockOptions options)
Fetches a full document and write-locks it for the given duration with custom options.Mono<GetResult>
ReactiveCollection. getAndLock(String id, Duration lockTime, GetAndLockOptions options)
Fetches a full document and write-locks it for the given duration with custom options. -
Uses of GetAndLockOptions in com.couchbase.client.java.kv
Methods in com.couchbase.client.java.kv that return GetAndLockOptions Modifier and Type Method Description static GetAndLockOptions
GetAndLockOptions. getAndLockOptions()
GetAndLockOptions
GetAndLockOptions. transcoder(Transcoder transcoder)
Allows to specify a custom transcoder that is used to decode the content of the result.
-