Uses of Class
com.couchbase.client.java.kv.GetAndLockOptions
Package
Description
Holds all classes that are needed for the Couchbase Java SDK.
Namespace for various kv-service related classes.
-
Uses of GetAndLockOptions in com.couchbase.client.java
Modifier and TypeMethodDescriptionAsyncCollection.getAndLock
(String id, Duration lockTime, GetAndLockOptions options) Fetches a full document and write-locks it for the given duration with custom options.Collection.getAndLock
(String id, Duration lockTime, GetAndLockOptions options) Fetches a full document and write-locks it for the given duration with custom options.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
Modifier and TypeMethodDescriptionstatic GetAndLockOptions
GetAndLockOptions.getAndLockOptions()
GetAndLockOptions.transcoder
(Transcoder transcoder) Allows to specify a custom transcoder that is used to decode the content of the result.