Uses of Class
com.couchbase.client.java.kv.TouchOptions
Package
Description
Holds all classes that are needed for the Couchbase Java SDK.
Namespace for various kv-service related classes.
-
Uses of TouchOptions in com.couchbase.client.java
Modifier and TypeMethodDescriptionAsyncCollection.touch
(String id, Duration expiry, TouchOptions options) Updates the expiry of the document with the given id with custom options.AsyncCollection.touch
(String id, Instant expiry, TouchOptions options) Updates the expiry of the document with the given id with custom options.Collection.touch
(String id, Duration expiry, TouchOptions options) Updates the expiry of the document with the given id with custom options.Collection.touch
(String id, Instant expiry, TouchOptions options) Updates the expiry of the document with the given id with custom options.ReactiveCollection.touch
(String id, Duration expiry, TouchOptions options) Updates the expiry of the document with the given id with custom options.ReactiveCollection.touch
(String id, Instant 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