Uses of Class
com.couchbase.client.java.kv.MutateInResult
Packages that use MutateInResult
Package
Description
Holds all classes that are needed for the Couchbase Java SDK.
Namespace for various kv-service related classes.
-
Uses of MutateInResult in com.couchbase.client.java
Methods in com.couchbase.client.java that return MutateInResultModifier 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.Methods in com.couchbase.client.java that return types with arguments of type MutateInResultModifier 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. -
Uses of MutateInResult in com.couchbase.client.java.kv
Methods in com.couchbase.client.java.kv that return types with arguments of type MutateInResultModifier and TypeMethodDescriptionstatic CompletableFuture<MutateInResult>
MutateInAccessor.mutateIn
(Core core, SubdocMutateRequest request, String key, PersistTo persistTo, ReplicateTo replicateTo, Boolean insertDocument, JsonSerializer serializer)