Uses of Class
com.couchbase.client.core.msg.kv.SubdocMutateRequest.Command
-
Packages that use SubdocMutateRequest.Command Package Description com.couchbase.client.core.msg.kv com.couchbase.client.core.transaction.util -
-
Uses of SubdocMutateRequest.Command in com.couchbase.client.core.msg.kv
Constructor parameters in com.couchbase.client.core.msg.kv with type arguments of type SubdocMutateRequest.Command Constructor Description SubdocMutateRequest(Duration timeout, CoreContext ctx, CollectionIdentifier collectionIdentifier, BucketConfig bucketConfig, RetryStrategy retryStrategy, String key, boolean insertDocument, boolean upsertDocument, boolean reviveDocument, boolean accessDeleted, boolean createAsDeleted, List<SubdocMutateRequest.Command> commands, long expiration, boolean preserveExpiry, long cas, Optional<DurabilityLevel> syncReplicationType, RequestSpan span)
-
Uses of SubdocMutateRequest.Command in com.couchbase.client.core.transaction.util
Method parameters in com.couchbase.client.core.transaction.util with type arguments of type SubdocMutateRequest.Command Modifier and Type Method Description static Mono<SubdocMutateResponse>
TransactionKVHandler. mutateIn(Core core, CollectionIdentifier collectionIdentifier, String id, Duration timeout, boolean insertDocument, boolean upsertDocument, boolean reviveDocument, boolean accessDeleted, boolean createAsDeleted, long cas, Optional<DurabilityLevel> durabilityLevel, Map<String,Object> clientContext, SpanWrapper span, List<SubdocMutateRequest.Command> commands)
static Mono<SubdocMutateResponse>
TransactionKVHandler. mutateIn(Core core, CollectionIdentifier collectionIdentifier, String id, Duration timeout, boolean insertDocument, boolean upsertDocument, boolean reviveDocument, boolean accessDeleted, boolean createAsDeleted, long cas, Optional<DurabilityLevel> durabilityLevel, Map<String,Object> clientContext, SpanWrapper span, List<SubdocMutateRequest.Command> commands, CoreTransactionLogger logger)
-