Class PaxosRows
- java.lang.Object
-
- org.apache.cassandra.service.paxos.uncommitted.PaxosRows
-
public class PaxosRows extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Commit.Accepted
getAccepted(Row row, long purgeBefore, long overrideTtlSeconds)
static Commit.Committed
getCommitted(TableMetadata metadata, DecoratedKey partitionKey, Row row, long purgeBefore, long overrideTtlSeconds)
static Ballot
getHighBallot(Row row, Ballot current)
static Ballot
getPromise(Row row)
static TableId
getTableId(Row row)
static java.util.UUID
getTableUuid(Row row)
static Ballot
getWritePromise(Row row)
static boolean
hasBallotBeforeOrEqualTo(Row row, Ballot ballot)
-
-
-
Method Detail
-
getAccepted
public static Commit.Accepted getAccepted(Row row, long purgeBefore, long overrideTtlSeconds)
-
getCommitted
public static Commit.Committed getCommitted(TableMetadata metadata, DecoratedKey partitionKey, Row row, long purgeBefore, long overrideTtlSeconds)
-
getTableUuid
public static java.util.UUID getTableUuid(Row row)
-
-