Uses of Class
com.couchbase.client.java.kv.MutateInResult
Package
Description
Holds all classes that are needed for the Couchbase Java SDK.
-
Uses of MutateInResult in com.couchbase.client.java
Modifier and TypeMethodDescriptionCollection.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.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.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.