Class Commit.Accepted
java.lang.Object
org.apache.cassandra.service.paxos.Commit
org.apache.cassandra.service.paxos.Commit.Proposal
org.apache.cassandra.service.paxos.Commit.Accepted
- Direct Known Subclasses:
Commit.AcceptedWithTTL,Commit.Agreed
- 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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Commit.AcceptedLikeCommit.latest(Commit, Commit)but also takes into account deletion timestatic Commit.Acceptednone(DecoratedKey partitionKey, TableMetadata metadata) toString()Methods 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
-
serializer
-
-
Constructor Details
-
Accepted
-
Accepted
-
-
Method Details
-
none
-
toString
- Overrides:
toStringin classCommit.Proposal
-
latestAccepted
LikeCommit.latest(Commit, Commit)but also takes into account deletion time
-