Uses of Class
com.couchbase.client.core.api.kv.CoreSubdocMutateResult
-
Packages that use CoreSubdocMutateResult Package Description com.couchbase.client.core.api.kv com.couchbase.client.core.classic.kv com.couchbase.client.core.protostellar.kv -
-
Uses of CoreSubdocMutateResult in com.couchbase.client.core.api.kv
Methods in com.couchbase.client.core.api.kv that return CoreSubdocMutateResult Modifier and Type Method Description default CoreSubdocMutateResultCoreKvOps. subdocMutateBlocking(CoreCommonOptions common, String key, Supplier<List<CoreSubdocMutateCommand>> commands, CoreStoreSemantics storeSemantics, long cas, CoreDurability durability, long expiry, boolean preserveExpiry, boolean accessDeleted, boolean createAsDeleted)Methods in com.couchbase.client.core.api.kv that return types with arguments of type CoreSubdocMutateResult Modifier and Type Method Description CoreAsyncResponse<CoreSubdocMutateResult>CoreKvOps. subdocMutateAsync(CoreCommonOptions common, String key, Supplier<List<CoreSubdocMutateCommand>> commands, CoreStoreSemantics storeSemantics, long cas, CoreDurability durability, long 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, long expiry, boolean preserveExpiry, boolean accessDeleted, boolean createAsDeleted) -
Uses of CoreSubdocMutateResult in com.couchbase.client.core.classic.kv
Methods in com.couchbase.client.core.classic.kv that return types with arguments of type CoreSubdocMutateResult Modifier and Type Method Description CoreAsyncResponse<CoreSubdocMutateResult>ClassicCoreKvOps. subdocMutateAsync(CoreCommonOptions common, String key, Supplier<List<CoreSubdocMutateCommand>> commands, CoreStoreSemantics storeSemantics, long cas, CoreDurability durability, long expiry, boolean preserveExpiry, boolean accessDeleted, boolean createAsDeleted) -
Uses of CoreSubdocMutateResult in com.couchbase.client.core.protostellar.kv
Methods in com.couchbase.client.core.protostellar.kv that return CoreSubdocMutateResult Modifier and Type Method Description static CoreSubdocMutateResultCoreProtostellarKeyValueResponses. convertResponse(CoreKeyspace keyspace, String key, com.couchbase.client.protostellar.kv.v1.MutateInResponse response, List<CoreSubdocMutateCommand> specs)CoreSubdocMutateResultProtostellarCoreKvOps. subdocMutateBlocking(CoreCommonOptions common, String key, Supplier<List<CoreSubdocMutateCommand>> commands, CoreStoreSemantics storeSemantics, long cas, CoreDurability durability, long expiry, boolean preserveExpiry, boolean accessDeleted, boolean createAsDeleted)Methods in com.couchbase.client.core.protostellar.kv that return types with arguments of type CoreSubdocMutateResult Modifier and Type Method Description CoreAsyncResponse<CoreSubdocMutateResult>ProtostellarCoreKvOps. subdocMutateAsync(CoreCommonOptions common, String key, Supplier<List<CoreSubdocMutateCommand>> commands, CoreStoreSemantics storeSemantics, long cas, CoreDurability durability, long expiry, boolean preserveExpiry, boolean accessDeleted, boolean createAsDeleted)Mono<CoreSubdocMutateResult>ProtostellarCoreKvOps. subdocMutateReactive(CoreCommonOptions common, String key, Supplier<List<CoreSubdocMutateCommand>> commands, CoreStoreSemantics storeSemantics, long cas, CoreDurability durability, long expiry, boolean preserveExpiry, boolean accessDeleted, boolean createAsDeleted)
-