Uses of Class
com.couchbase.client.java.kv.MutateInResult
-
Packages that use MutateInResult Package Description com.couchbase.client.java Holds all classes that are needed for the Couchbase Java SDK. -
-
Uses of MutateInResult in com.couchbase.client.java
Methods in com.couchbase.client.java that return MutateInResult Modifier and Type Method Description MutateInResult
Collection. mutateIn(String id, List<MutateInSpec> specs)
Performs mutations to document fragments with default options.MutateInResult
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 MutateInResult 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.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.
-