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)
Performs mutations to document fragments with default options.
|
Mono<MutateInResult> |
ReactiveCollection.mutateIn(String id,
List<MutateInSpec> specs)
Performs mutations to document fragments with default options.
|
MutateInResult |
Collection.mutateIn(String id,
List<MutateInSpec> specs)
Performs mutations to document fragments with default options.
|
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 | Class and Description |
---|---|
class |
ArrayAddUnique
An intention to perform a SubDocument array add-unique operation.
|
class |
ArrayAppend
An intention to perform a SubDocument array append operation.
|
class |
ArrayInsert
An intention to perform a SubDocument array insert operation.
|
class |
ArrayPrepend
An intention to perform a SubDocument array prepend operation.
|
class |
Increment
An intention to perform a SubDocument increment operation.
|
class |
Insert
An intention to perform a SubDocument insert operation.
|
class |
Remove
An intention to perform a SubDocument remove operation.
|
class |
Replace
An intention to perform a SubDocument replace operation.
|
class |
Upsert
An intention to perform a SubDocument upsert operation.
|
Copyright © 2020 Couchbase, Inc.. All rights reserved.