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.getAndTouch(String id,
Duration expiry,
GetAndTouchOptions options)
Fetches a full document and resets its expiration time to the value provided with custom
options.
|
Mono<GetResult> |
ReactiveCollection.getAndTouch(String id,
Duration expiry,
GetAndTouchOptions options)
Fetches a full document and resets its expiration time to the value provided with custom
options.
|
GetResult |
Collection.getAndTouch(String id,
Duration expiry,
GetAndTouchOptions options)
Fetches a full document and resets its expiration time to the expiry provided with custom options.
|
Modifier and Type | Method and Description |
---|---|
static GetAndTouchOptions |
GetAndTouchOptions.getAndTouchOptions() |
GetAndTouchOptions |
GetAndTouchOptions.transcoder(Transcoder transcoder) |
Copyright © 2020 Couchbase, Inc.. All rights reserved.