Uses of Class
com.couchbase.client.java.kv.MutateInOptions
-
Packages that use MutateInOptions 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 MutateInOptions in com.couchbase.client.java
Methods in com.couchbase.client.java with parameters of type MutateInOptions Modifier and Type Method Description 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, MutateInOptions options)Performs mutations to document fragments with custom options.Mono<MutateInResult>ReactiveCollection. mutateIn(String id, List<MutateInSpec> specs, MutateInOptions options)Performs mutations to document fragments with custom options. -
Uses of MutateInOptions in com.couchbase.client.java.kv
Methods in com.couchbase.client.java.kv that return MutateInOptions Modifier and Type Method Description MutateInOptionsMutateInOptions. accessDeleted(boolean accessDeleted)For internal use only: allows access to deleted documents that are in 'tombstone' form.MutateInOptionsMutateInOptions. cas(long cas)Specifies a CAS value that will be taken into account on the server side for optimistic concurrency.MutateInOptionsMutateInOptions. createAsDeleted(boolean createAsDeleted)For internal use only: allows creating documents in 'tombstone' form.MutateInOptionsMutateInOptions. expiry(Duration expiry)Sets the expiry time for the document as a relative duration.MutateInOptionsMutateInOptions. expiry(Instant expiry)Sets the expiry time for the document as a absolute duration.MutateInOptionsCommonDatastructureOptions.BuiltCommonDatastructureOptions. mutateInOptions()static MutateInOptionsMutateInOptions. mutateInOptions()MutateInOptionsMutateInOptions. serializer(JsonSerializer serializer)Customizes the serializer that is used to encoded the contents of this request.MutateInOptionsMutateInOptions. storeSemantics(StoreSemantics storeSemantics)Changes the storing semantics of the outer/enclosing document.
-