Uses of Class
com.couchbase.client.java.kv.GetAndLockOptions
Packages that use 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
Methods in com.couchbase.client.java with parameters of type GetAndLockOptionsModifier 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.reactor.core.publisher.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 GetAndLockOptionsModifier and TypeMethodDescriptionstatic GetAndLockOptionsGetAndLockOptions.getAndLockOptions()GetAndLockOptions.transcoder(Transcoder transcoder) Allows to specify a custom transcoder that is used to decode the content of the result.