Uses of Class
com.couchbase.client.java.kv.AppendOptions
-
Packages that use AppendOptions Package Description com.couchbase.client.java com.couchbase.client.java.kv -
-
Uses of AppendOptions in com.couchbase.client.java
Methods in com.couchbase.client.java with parameters of type AppendOptions Modifier and Type Method Description CompletableFuture<MutationResult>
AsyncBinaryCollection. append(String id, byte[] content, AppendOptions options)
MutationResult
BinaryCollection. append(String id, byte[] content, AppendOptions options)
Mono<MutationResult>
ReactiveBinaryCollection. append(String id, byte[] content, AppendOptions options)
-
Uses of AppendOptions in com.couchbase.client.java.kv
Methods in com.couchbase.client.java.kv that return AppendOptions Modifier and Type Method Description static AppendOptions
AppendOptions. appendOptions()
AppendOptions
AppendOptions. cas(long cas)
-