Uses of Class
com.couchbase.client.java.kv.InsertOptions
Package
Description
Holds all classes that are needed for the Couchbase Java SDK.
Namespace for various kv-service related classes.
-
Uses of InsertOptions in com.couchbase.client.java
Modifier and TypeMethodDescriptionAsyncCollection.insert
(String id, Object content, InsertOptions options) Inserts a full document which does not exist yet with custom options.Collection.insert
(String id, Object content, InsertOptions options) Inserts a full document which does not exist yet with custom options.ReactiveCollection.insert
(String id, Object content, InsertOptions options) Inserts a full document which does not exist yet with custom options. -
Uses of InsertOptions in com.couchbase.client.java.kv
Modifier and TypeMethodDescriptionSets the expiry for the document.Sets the expiry for the document.CommonDatastructureOptions.BuiltCommonDatastructureOptions.insertOptions()
static InsertOptions
InsertOptions.insertOptions()
InsertOptions.transcoder
(Transcoder transcoder) Allows to specify a custom transcoder that is used to encode the content of the request.