Uses of Class
com.couchbase.client.core.transaction.support.AttemptState
-
Packages that use AttemptState Package Description com.couchbase.client.core.transaction.cleanup com.couchbase.client.core.transaction.components com.couchbase.client.core.transaction.support -
-
Uses of AttemptState in com.couchbase.client.core.transaction.cleanup
Methods in com.couchbase.client.core.transaction.cleanup that return AttemptState Modifier and Type Method Description AttemptState
CleanupRequest. state()
Constructors in com.couchbase.client.core.transaction.cleanup with parameters of type AttemptState Constructor 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)
-
Uses of AttemptState in com.couchbase.client.core.transaction.components
Methods in com.couchbase.client.core.transaction.components that return AttemptState Modifier and Type Method Description AttemptState
ActiveTransactionRecordEntry. state()
Constructors in com.couchbase.client.core.transaction.components with parameters of type AttemptState Constructor 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)
-
Uses of AttemptState in com.couchbase.client.core.transaction.support
Methods in com.couchbase.client.core.transaction.support that return AttemptState Modifier and Type Method 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.
-