Uses of Class
com.couchbase.client.java.kv.PrependOptions
-
Packages that use 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)
MutationResult
BinaryCollection. prepend(String id, byte[] content, PrependOptions options)
Mono<MutationResult>
ReactiveBinaryCollection. prepend(String id, byte[] content, PrependOptions 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 PrependOptions
PrependOptions. cas(long cas)
static PrependOptions
PrependOptions. prependOptions()
-