Uses of Class
com.couchbase.client.java.kv.PrependOptions
Packages that use 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
Methods in com.couchbase.client.java with parameters of type PrependOptionsModifier 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.reactor.core.publisher.Mono<MutationResult> 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
Methods in com.couchbase.client.java.kv that return PrependOptionsModifier and TypeMethodDescriptionPrependOptions.cas(long cas) Specifies a CAS value that will be taken into account on the server side for optimistic concurrency.static PrependOptionsPrependOptions.prependOptions()Creates a newPrependOptions.