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.
|
Modifier and Type | Method and 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.
|
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.
|
GetResult |
Collection.getAndLock(String id,
Duration lockTime,
GetAndLockOptions options)
Fetches a full document and write-locks it for the given duration with custom options.
|
Modifier and Type | Method and Description |
---|---|
static GetAndLockOptions |
GetAndLockOptions.getAndLockOptions() |
GetAndLockOptions |
GetAndLockOptions.transcoder(Transcoder transcoder) |
Copyright © 2020 Couchbase, Inc.. All rights reserved.