| Package | Description |
|---|---|
| com.couchbase.client.core.msg.kv | |
| com.couchbase.client.core.transaction.util |
| Constructor and 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,
int userFlags,
Optional<DurabilityLevel> syncReplicationType,
RequestSpan span)
Deprecated.
Please use the other constructor instead.
|
| Modifier and Type | Method and 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,
int userFlags,
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,
int userFlags,
Optional<DurabilityLevel> durabilityLevel,
Map<String,Object> clientContext,
SpanWrapper pspan,
List<SubdocMutateRequest.Command> commands,
CoreTransactionLogger logger) |
Copyright © 2024 Couchbase, Inc.. All rights reserved.