Interface TransactionTableEntry.Cases<R>
-
- Enclosing class:
- TransactionTableEntry
public static interface TransactionTableEntry.Cases<R>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description R
committedLegacy(long startTimestamp, long commitTimestamp)
R
committedTwoPhase(long startTimestamp, com.palantir.atlasdb.atomic.AtomicValue<com.palantir.atlasdb.transaction.service.TransactionStatus> commitValue)
R
explicitlyAborted(long startTimestamp)
-
-
-
Method Detail
-
explicitlyAborted
R explicitlyAborted(long startTimestamp)
-
committedLegacy
R committedLegacy(long startTimestamp, long commitTimestamp)
-
committedTwoPhase
R committedTwoPhase(long startTimestamp, com.palantir.atlasdb.atomic.AtomicValue<com.palantir.atlasdb.transaction.service.TransactionStatus> commitValue)
-
-