Uses of Class
com.couchbase.client.core.api.kv.CoreSubdocMutateResult
Package
Description
-
Uses of CoreSubdocMutateResult in com.couchbase.client.core.api.kv
Modifier and TypeMethodDescriptiondefault CoreSubdocMutateResult
CoreKvOps.subdocMutateBlocking
(CoreCommonOptions common, String key, Supplier<List<CoreSubdocMutateCommand>> commands, CoreStoreSemantics storeSemantics, long cas, CoreDurability durability, CoreExpiry expiry, boolean preserveExpiry, boolean accessDeleted, boolean createAsDeleted) Modifier and TypeMethodDescriptionCoreKvOps.subdocMutateAsync
(CoreCommonOptions common, String key, Supplier<List<CoreSubdocMutateCommand>> commands, CoreStoreSemantics storeSemantics, long cas, CoreDurability durability, CoreExpiry expiry, boolean preserveExpiry, boolean accessDeleted, boolean createAsDeleted) default Mono
<CoreSubdocMutateResult> CoreKvOps.subdocMutateReactive
(CoreCommonOptions common, String key, Supplier<List<CoreSubdocMutateCommand>> commands, CoreStoreSemantics storeSemantics, long cas, CoreDurability durability, CoreExpiry expiry, boolean preserveExpiry, boolean accessDeleted, boolean createAsDeleted) -
Uses of CoreSubdocMutateResult in com.couchbase.client.core.classic.kv
Modifier and TypeMethodDescriptionClassicCoreKvOps.subdocMutateAsync
(CoreCommonOptions common, String key, Supplier<List<CoreSubdocMutateCommand>> commands, CoreStoreSemantics storeSemantics, long cas, CoreDurability durability, CoreExpiry expiry, boolean preserveExpiry, boolean accessDeleted, boolean createAsDeleted) -
Uses of CoreSubdocMutateResult in com.couchbase.client.core.protostellar.kv
Modifier and TypeMethodDescriptionstatic CoreSubdocMutateResult
CoreProtostellarKeyValueResponses.convertResponse
(CoreKeyspace keyspace, String key, com.couchbase.client.protostellar.kv.v1.MutateInResponse response, List<CoreSubdocMutateCommand> specs) ProtostellarCoreKvOps.subdocMutateBlocking
(CoreCommonOptions common, String key, Supplier<List<CoreSubdocMutateCommand>> commands, CoreStoreSemantics storeSemantics, long cas, CoreDurability durability, CoreExpiry expiry, boolean preserveExpiry, boolean accessDeleted, boolean createAsDeleted) Modifier and TypeMethodDescriptionProtostellarCoreKvOps.subdocMutateAsync
(CoreCommonOptions common, String key, Supplier<List<CoreSubdocMutateCommand>> commands, CoreStoreSemantics storeSemantics, long cas, CoreDurability durability, CoreExpiry expiry, boolean preserveExpiry, boolean accessDeleted, boolean createAsDeleted) ProtostellarCoreKvOps.subdocMutateReactive
(CoreCommonOptions common, String key, Supplier<List<CoreSubdocMutateCommand>> commands, CoreStoreSemantics storeSemantics, long cas, CoreDurability durability, CoreExpiry expiry, boolean preserveExpiry, boolean accessDeleted, boolean createAsDeleted)