Uses of Class
com.couchbase.client.java.kv.MutateInSpec
Package
Description
Holds all classes that are needed for the Couchbase Java SDK.
Namespace for various kv-service related classes.
-
Uses of MutateInSpec in com.couchbase.client.java
Modifier and TypeMethodDescriptionAsyncCollection.mutateIn
(String id, List<MutateInSpec> specs) Performs mutations to document fragments with default options.AsyncCollection.mutateIn
(String id, List<MutateInSpec> specs, MutateInOptions options) Performs mutations to document fragments with custom options.Collection.mutateIn
(String id, List<MutateInSpec> specs) Performs mutations to document fragments with default options.Collection.mutateIn
(String id, List<MutateInSpec> specs, MutateInOptions options) Performs mutations to document fragments with custom options.ReactiveCollection.mutateIn
(String id, List<MutateInSpec> specs) Performs mutations to document fragments with default options.ReactiveCollection.mutateIn
(String id, List<MutateInSpec> specs, MutateInOptions options) Performs mutations to document fragments with custom options. -
Uses of MutateInSpec in com.couchbase.client.java.kv
Modifier and TypeClassDescriptionclass
An intention to perform a SubDocument array add-unique operation.class
An intention to perform a SubDocument array append operation.class
An intention to perform a SubDocument array insert operation.class
An intention to perform a SubDocument array prepend operation.class
An intention to perform a SubDocument increment operation.class
An intention to perform a SubDocument insert operation.class
An intention to perform a SubDocument remove operation.class
An intention to perform a SubDocument replace operation.class
class
An intention to perform a SubDocument upsert operation.