| Package | Description |
|---|---|
| com.couchbase.client.java |
Holds all classes that are needed for the Couchbase Java SDK.
|
| Modifier and Type | Method and Description |
|---|---|
MutateInResult |
Collection.mutateIn(String id,
List<MutateInSpec> specs)
Performs mutations to document fragments with default 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 |
|---|---|
Mono<MutateInResult> |
ReactiveCollection.mutateIn(String id,
List<MutateInSpec> specs)
Performs mutations to document fragments with default options.
|
CompletableFuture<MutateInResult> |
AsyncCollection.mutateIn(String id,
List<MutateInSpec> specs)
Performs mutations to document fragments with default options.
|
Mono<MutateInResult> |
ReactiveCollection.mutateIn(String id,
List<MutateInSpec> specs,
MutateInOptions options)
Performs mutations to document fragments with custom options.
|
CompletableFuture<MutateInResult> |
AsyncCollection.mutateIn(String id,
List<MutateInSpec> specs,
MutateInOptions options)
Performs mutations to document fragments with custom options.
|
Copyright © 2024 Couchbase, Inc.. All rights reserved.