Uses of Class
com.couchbase.client.java.kv.MutateInSpec
Packages that use 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.javaMethod parameters in com.couchbase.client.java with type arguments of type MutateInSpecModifier 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.reactor.core.publisher.Mono<MutateInResult> ReactiveCollection.mutateIn(String id, List<MutateInSpec> specs) Performs mutations to document fragments with default options.reactor.core.publisher.Mono<MutateInResult> 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.kvSubclasses of MutateInSpec in com.couchbase.client.java.kvModifier and TypeClassDescriptionclassAn intention to perform a SubDocument array add-unique operation.classAn intention to perform a SubDocument array append operation.classAn intention to perform a SubDocument array insert operation.classAn intention to perform a SubDocument array prepend operation.classAn intention to perform a SubDocument increment operation.classAn intention to perform a SubDocument insert operation.classAn intention to perform a SubDocument remove operation.classAn intention to perform a SubDocument replace operation.classclassAn intention to perform a SubDocument upsert operation.