Uses of Class
com.couchbase.client.java.kv.TouchOptions
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.
|
-
Uses of TouchOptions in com.couchbase.client.java
Methods in com.couchbase.client.java with parameters of type TouchOptions Modifier and Type Method Description CompletableFuture<MutationResult>
AsyncCollection. 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.Mono<MutationResult>
ReactiveCollection. touch(String id, Duration expiry, TouchOptions options)
Updates the expiry of the document with the given id with custom options. -
Uses of TouchOptions in com.couchbase.client.java.kv
Methods in com.couchbase.client.java.kv that return TouchOptions Modifier and Type Method Description static TouchOptions
TouchOptions. touchOptions()