Uses of Class
com.couchbase.client.java.kv.GetAndLockOptions
-
Packages that use GetAndLockOptions Package Description com.couchbase.client.java com.couchbase.client.java.kv -
-
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<Optional<GetResult>>
AsyncCollection. getAndLock(String id, GetAndLockOptions options)
Fetches a full document and write-locks it for the given duration with custom options.Optional<GetResult>
Collection. getAndLock(String id, GetAndLockOptions options)
Fetches a full document and write-locks it for the given duration with custom options.Mono<Optional<GetResult>>
ReactiveCollection. getAndLock(String id, 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. lockFor(Duration duration)
-