Uses of Class
com.couchbase.client.core.api.kv.CoreSubdocMutateCommand
-
Packages that use CoreSubdocMutateCommand Package Description com.couchbase.client.core.api.kv com.couchbase.client.core.classic.kv com.couchbase.client.core.msg.kv com.couchbase.client.core.protostellar.kv -
-
Uses of CoreSubdocMutateCommand in com.couchbase.client.core.api.kv
Method parameters in com.couchbase.client.core.api.kv with type arguments of type CoreSubdocMutateCommand 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 CoreSubdocMutateResultCoreKvOps. subdocMutateBlocking(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 CoreSubdocMutateCommand in com.couchbase.client.core.classic.kv
Method parameters in com.couchbase.client.core.classic.kv with type arguments of type CoreSubdocMutateCommand 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 CoreSubdocMutateCommand in com.couchbase.client.core.msg.kv
Constructor parameters in com.couchbase.client.core.msg.kv with type arguments of type CoreSubdocMutateCommand Constructor Description SubdocMutateRequest(Duration timeout, CoreContext ctx, CollectionIdentifier collectionIdentifier, BucketConfig bucketConfig, RetryStrategy retryStrategy, String key, CoreStoreSemantics storeSemantics, boolean accessDeleted, boolean createAsDeleted, List<CoreSubdocMutateCommand> commands, long expiration, boolean preserveExpiry, long cas, Optional<DurabilityLevel> syncReplicationType, RequestSpan span) -
Uses of CoreSubdocMutateCommand in com.couchbase.client.core.protostellar.kv
Method parameters in com.couchbase.client.core.protostellar.kv with type arguments of type CoreSubdocMutateCommand Modifier and Type Method Description static CoreSubdocMutateResultCoreProtostellarKeyValueResponses. convertResponse(CoreKeyspace keyspace, String key, com.couchbase.client.protostellar.kv.v1.MutateInResponse response, List<CoreSubdocMutateCommand> specs)static ProtostellarRequest<com.couchbase.client.protostellar.kv.v1.MutateInRequest>CoreProtostellarKeyValueRequests. mutateInRequest(Core core, CoreKeyspace keyspace, CoreCommonOptions opts, String key, List<CoreSubdocMutateCommand> commands, CoreStoreSemantics storeSemantics, long cas, CoreDurability durability, long expiry, boolean preserveExpiry, boolean accessDeleted, boolean createAsDeleted)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)CoreSubdocMutateResultProtostellarCoreKvOps. subdocMutateBlocking(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)
-