Class Commit.AcceptedWithTTL
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.AcceptedWithTTL
- 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.Accepted
serializer -
Constructor Summary
ConstructorsConstructorDescriptionAcceptedWithTTL(Ballot ballot, PartitionUpdate update, long localDeletionTime) AcceptedWithTTL(Commit copy, long localDeletionTime) -
Method Summary
Methods inherited from class org.apache.cassandra.service.paxos.Commit.Accepted
latestAccepted, none, toStringMethods 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
-
AcceptedWithTTL
-
AcceptedWithTTL
-
-
Method Details
-
withDefaultTTL
-