Class Commit.Committed
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
- Direct Known Subclasses:
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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisNone()static Commit.Committedstatic Commit.Committednone(DecoratedKey partitionKey, TableMetadata metadata) toString()Methods 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
-
serializer
-
-
Constructor Details
-
Committed
-
Committed
-
-
Method Details
-
none
-
toString
- Overrides:
toStringin classCommit.Accepted
-
latestCommitted
-
isNone
public boolean isNone()
-