Uses of Class
com.couchbase.client.java.kv.PrependOptions
| Package | Description |
|---|---|
| com.couchbase.client.java |
Holds all classes that are needed for the Couchbase Java SDK.
|
| com.couchbase.client.java.kv |
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 PrependOptions Modifier and Type Method Description CompletableFuture<MutationResult>AsyncBinaryCollection. prepend(String id, byte[] content, PrependOptions options)Prepends binary content to the document with custom options.MutationResultBinaryCollection. prepend(String id, byte[] content, PrependOptions options)Prepends binary content to the document with custom options.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 PrependOptions Modifier and Type Method Description PrependOptionsPrependOptions. 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.