Uses of Class
com.couchbase.client.java.kv.UpsertOptions
Package
Description
Holds all classes that are needed for the Couchbase Java SDK.
Namespace for various kv-service related classes.
-
Uses of UpsertOptions in com.couchbase.client.java
Modifier and TypeMethodDescriptionAsyncCollection.upsert
(String id, Object content, UpsertOptions options) Upserts a full document which might or might not exist yet with custom options.Collection.upsert
(String id, Object content, UpsertOptions options) Upserts a full document which might or might not exist yet with custom options.ReactiveCollection.upsert
(String id, Object content, UpsertOptions options) Upserts a full document which might or might not exist yet with custom options. -
Uses of UpsertOptions in com.couchbase.client.java.kv
Modifier and TypeMethodDescriptionSets the expiry for the document.Sets the expiry for the document.UpsertOptions.preserveExpiry
(boolean preserveExpiry) Specifies whether an existing document's expiry should be preserved.UpsertOptions.transcoder
(Transcoder transcoder) Allows to specify a custom transcoder that is used to encode the content of the request.CommonDatastructureOptions.BuiltCommonDatastructureOptions.upsertOptions()
static UpsertOptions
UpsertOptions.upsertOptions()