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.
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<MutationResult> |
AsyncBinaryCollection.append(String id,
byte[] content,
AppendOptions options)
Appends binary content to the document with custom options.
|
Mono<MutationResult> |
ReactiveBinaryCollection.append(String id,
byte[] content,
AppendOptions options)
Appends binary content to the document with custom options.
|
MutationResult |
BinaryCollection.append(String id,
byte[] content,
AppendOptions options)
Appends binary content to the document with custom options.
|
Modifier and Type | Method and Description |
---|---|
static AppendOptions |
AppendOptions.appendOptions()
Creates a new
AppendOptions . |
AppendOptions |
AppendOptions.cas(long cas)
Specifies a CAS value that will be taken into account on the server side for optimistic concurrency.
|
Copyright © 2020 Couchbase, Inc.. All rights reserved.