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<MutationResult> |
AsyncCollection.touch(String id,
Duration expiry,
TouchOptions options)
Updates the expiry of the document with the given id with custom options.
|
Mono<MutationResult> |
ReactiveCollection.touch(String id,
Duration expiry,
TouchOptions options)
Updates the expiry of the document with the given id with custom options.
|
MutationResult |
Collection.touch(String id,
Duration expiry,
TouchOptions options)
Updates the expiry of the document with the given id with custom options.
|
Modifier and Type | Method and Description |
---|---|
static TouchOptions |
TouchOptions.touchOptions() |
Copyright © 2020 Couchbase, Inc.. All rights reserved.