| Package | Description |
|---|---|
| com.couchbase.client.core.transaction.cleanup | |
| com.couchbase.client.core.transaction.components | |
| com.couchbase.client.core.transaction.support |
| Modifier and Type | Method and Description |
|---|---|
AttemptState |
CleanupRequest.state() |
| Constructor and Description |
|---|
CleanupRequest(String attemptId,
String atrId,
CollectionIdentifier atrCollection,
AttemptState state,
List<DocRecord> stagedReplaces,
List<DocRecord> stagedRemoves,
List<DocRecord> stagedInserts,
Duration delay,
Optional<ForwardCompatibility> forwardCompatibility,
long ageMillis,
Optional<DurabilityLevel> durabilityLevel) |
| Modifier and Type | Method and Description |
|---|---|
AttemptState |
ActiveTransactionRecordEntry.state() |
| Constructor and Description |
|---|
ActiveTransactionRecordEntry(String atrBucket,
String atrId,
String attemptId,
Optional<String> transactionId,
AttemptState state,
Optional<Long> timestampStartMillis,
Optional<Long> timestampCommitMillis,
Optional<Long> timestampCompleteMillis,
Optional<Long> timestampRollBackMillis,
Optional<Long> timestampRolledBackMillis,
Optional<Integer> expiresAfterMillis,
Optional<List<DocRecord>> insertedIds,
Optional<List<DocRecord>> replacedIds,
Optional<List<DocRecord>> removedIds,
long cas,
Optional<ForwardCompatibility> forwardCompatibility,
Optional<DurabilityLevel> durabilityLevel) |
| Modifier and Type | Method and Description |
|---|---|
static AttemptState |
AttemptState.convert(String input) |
static AttemptState |
AttemptState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttemptState[] |
AttemptState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2024 Couchbase, Inc.. All rights reserved.