Uses of Class
com.couchbase.client.java.kv.GetAndTouchOptions
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 GetAndTouchOptions in com.couchbase.client.java
Methods in com.couchbase.client.java with parameters of type GetAndTouchOptions Modifier and Type Method 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.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.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. -
Uses of GetAndTouchOptions in com.couchbase.client.java.kv
Methods in com.couchbase.client.java.kv that return GetAndTouchOptions Modifier and Type Method Description static GetAndTouchOptions
GetAndTouchOptions. getAndTouchOptions()
GetAndTouchOptions
GetAndTouchOptions. transcoder(Transcoder transcoder)
Allows to specify a custom transcoder that is used to decode the content of the result.