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<MutateInResult> |
AsyncCollection.mutateIn(String id,
List<MutateInSpec> specs,
MutateInOptions options)
Performs mutations to document fragments with custom options.
|
Mono<MutateInResult> |
ReactiveCollection.mutateIn(String id,
List<MutateInSpec> specs,
MutateInOptions options)
Performs mutations to document fragments with custom options.
|
MutateInResult |
Collection.mutateIn(String id,
List<MutateInSpec> specs,
MutateInOptions options)
Performs mutations to document fragments with custom options.
|
Modifier and Type | Method and Description |
---|---|
MutateInOptions |
MutateInOptions.accessDeleted(boolean accessDeleted)
For internal use only: allows access to deleted documents that are in 'tombstone' form.
|
MutateInOptions |
MutateInOptions.cas(long cas)
Specifies a CAS value that will be taken into account on the server side for optimistic concurrency.
|
MutateInOptions |
MutateInOptions.createAsDeleted(boolean createAsDeleted)
For internal use only: allows creating documents in 'tombstone' form.
|
MutateInOptions |
MutateInOptions.expiry(Duration expiry) |
static MutateInOptions |
MutateInOptions.mutateInOptions() |
MutateInOptions |
CommonDatastructureOptions.BuiltCommonDatastructureOptions.mutateInOptions() |
MutateInOptions |
MutateInOptions.serializer(JsonSerializer serializer) |
MutateInOptions |
MutateInOptions.storeSemantics(StoreSemantics storeSemantics) |
Copyright © 2020 Couchbase, Inc.. All rights reserved.