| Package | Description |
|---|---|
| com.couchbase.client.core.transaction.support |
| Modifier and Type | Field and Description |
|---|---|
StagedMutationType |
StagedMutation.type |
| Modifier and Type | Method and Description |
|---|---|
static StagedMutationType |
StagedMutationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StagedMutationType[] |
StagedMutationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
StagedMutation(String operationId,
String id,
CollectionIdentifier collection,
long cas,
Optional<DocumentMetadata> documentMetadata,
Optional<String> crc32,
int currentUserFlags,
byte[] content,
int stagedUserFlags,
StagedMutationType type) |
Copyright © 2024 Couchbase, Inc.. All rights reserved.