Uses of Class
com.couchbase.client.java.kv.AppendOptions
Package
Description
Holds all classes that are needed for the Couchbase Java SDK.
Namespace for various kv-service related classes.
-
Uses of AppendOptions in com.couchbase.client.java
Modifier and TypeMethodDescriptionAsyncBinaryCollection.append
(String id, byte[] content, AppendOptions options) Appends binary content to the document with custom options.BinaryCollection.append
(String id, byte[] content, AppendOptions options) Appends binary content to the document with custom options.ReactiveBinaryCollection.append
(String id, byte[] content, AppendOptions options) Appends binary content to the document with custom options. -
Uses of AppendOptions in com.couchbase.client.java.kv
Modifier and TypeMethodDescriptionstatic AppendOptions
AppendOptions.appendOptions()
Creates a newAppendOptions
.AppendOptions.cas
(long cas) Specifies a CAS value that will be taken into account on the server side for optimistic concurrency.