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
-
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
FieldsFields inherited from class org.apache.cassandra.service.paxos.Commit.Committed
serializer -
Constructor Summary
ConstructorsConstructorDescriptionCommittedWithTTL(Ballot ballot, PartitionUpdate update, long localDeletionTime) CommittedWithTTL(Commit copy, long localDeletionTime) -
Method Summary
Methods inherited from class org.apache.cassandra.service.paxos.Commit.Committed
isNone, latestCommitted, none, toStringMethods inherited from class org.apache.cassandra.service.paxos.Commit.Accepted
latestAcceptedMethods inherited from class org.apache.cassandra.service.paxos.Commit.Proposal
accepted, agreed, empty, ofMethods 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
-
Field Details
-
localDeletionTime
public final long localDeletionTime
-
-
Constructor Details
-
CommittedWithTTL
-
CommittedWithTTL
-
-
Method Details
-
withDefaultTTL
-