Interface TransactionTableEntry.Cases<R>

    • 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)