Class Commit.CommittedWithTTL
- java.lang.Object
-
- org.apache.cassandra.service.paxos.Commit
-
- org.apache.cassandra.service.paxos.Commit.Proposal
-
- org.apache.cassandra.service.paxos.Commit.Accepted
-
- org.apache.cassandra.service.paxos.Commit.Agreed
-
- org.apache.cassandra.service.paxos.Commit.Committed
-
- org.apache.cassandra.service.paxos.Commit.CommittedWithTTL
-
- Enclosing class:
- Commit
public static class Commit.CommittedWithTTL extends Commit.Committed
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.cassandra.service.paxos.Commit
Commit.Accepted, Commit.AcceptedWithTTL, Commit.Agreed, Commit.CommitSerializer<T extends Commit>, Commit.Committed, Commit.CommittedWithTTL, Commit.Proposal
-
-
Field Summary
Fields Modifier and Type Field Description long
localDeletionTime
-
Fields inherited from class org.apache.cassandra.service.paxos.Commit.Committed
serializer
-
-
Constructor Summary
Constructors Constructor Description CommittedWithTTL(Ballot ballot, PartitionUpdate update, long localDeletionTime)
CommittedWithTTL(Commit copy, long localDeletionTime)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Commit.CommittedWithTTL
withDefaultTTL(Commit copy)
-
Methods inherited from class org.apache.cassandra.service.paxos.Commit.Committed
isNone, latestCommitted, none, toString
-
Methods inherited from class org.apache.cassandra.service.paxos.Commit.Accepted
latestAccepted
-
Methods inherited from class org.apache.cassandra.service.paxos.Commit.Proposal
accepted, agreed, empty, of
-
Methods inherited from class org.apache.cassandra.service.paxos.Commit
compareWith, emptyCommit, equals, hasBallot, hashCode, hasSameBallot, isAfter, isAfter, isAfter, isAfter, isAfter, isAfter, isBefore, isReproposalOf, isSameOrAfter, latest, latest, latest, makeMutation, newPrepare, newProposal, timestampsClash, timestampsClash, toString
-
-
-
-
Constructor Detail
-
CommittedWithTTL
public CommittedWithTTL(Ballot ballot, PartitionUpdate update, long localDeletionTime)
-
CommittedWithTTL
public CommittedWithTTL(Commit copy, long localDeletionTime)
-
-
Method Detail
-
withDefaultTTL
public static Commit.CommittedWithTTL withDefaultTTL(Commit copy)
-
-