Uses of Class
com.couchbase.client.java.kv.GetAndTouchOptions
Package
Description
Holds all classes that are needed for the Couchbase Java SDK.
Namespace for various kv-service related classes.
-
Uses of GetAndTouchOptions in com.couchbase.client.java
Modifier and TypeMethodDescriptionAsyncCollection.getAndTouch
(String id, Duration expiry, GetAndTouchOptions options) Fetches a full document and resets its expiration time to the value provided with custom options.AsyncCollection.getAndTouch
(String id, Instant expiry, GetAndTouchOptions options) Fetches a full document and resets its expiration time to the value provided with custom options.Collection.getAndTouch
(String id, Duration expiry, GetAndTouchOptions options) Fetches a full document and resets its expiration time to the expiry provided with custom options.Collection.getAndTouch
(String id, Instant expiry, GetAndTouchOptions options) Fetches a full document and resets its expiration time to the expiry provided with custom options.ReactiveCollection.getAndTouch
(String id, Duration expiry, GetAndTouchOptions options) Fetches a full document and resets its expiration time to the value provided with custom options.ReactiveCollection.getAndTouch
(String id, Instant expiry, GetAndTouchOptions options) Fetches a full document and resets its expiration time to the value provided with custom options. -
Uses of GetAndTouchOptions in com.couchbase.client.java.kv
Modifier and TypeMethodDescriptionstatic GetAndTouchOptions
GetAndTouchOptions.getAndTouchOptions()
GetAndTouchOptions.transcoder
(Transcoder transcoder) Allows to specify a custom transcoder that is used to decode the content of the result.