Uses of Class
com.couchbase.client.java.kv.MutateInSpec
-
Packages that use MutateInSpec 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. -
-
Uses of MutateInSpec in com.couchbase.client.java
Method parameters in com.couchbase.client.java with type arguments of type MutateInSpec Modifier and Type Method Description CompletableFuture<MutateInResult>AsyncCollection. 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.MutateInResultCollection. mutateIn(String id, List<MutateInSpec> specs)Performs mutations to document fragments with default options.MutateInResultCollection. 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)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. -
Uses of MutateInSpec in com.couchbase.client.java.kv
Subclasses of MutateInSpec in com.couchbase.client.java.kv Modifier and Type Class Description classArrayAddUniqueAn intention to perform a SubDocument array add-unique operation.classArrayAppendAn intention to perform a SubDocument array append operation.classArrayInsertAn intention to perform a SubDocument array insert operation.classArrayPrependAn intention to perform a SubDocument array prepend operation.classIncrementAn intention to perform a SubDocument increment operation.classInsertAn intention to perform a SubDocument insert operation.classRemoveAn intention to perform a SubDocument remove operation.classReplaceAn intention to perform a SubDocument replace operation.classReplaceBodyWithXattrclassUpsertAn intention to perform a SubDocument upsert operation.
-