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