Class Commit.Proposal
java.lang.Object
org.apache.cassandra.service.paxos.Commit
org.apache.cassandra.service.paxos.Commit.Proposal
- Direct Known Subclasses:
Commit.Accepted
- 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 TypeMethodDescriptionaccepted()agreed()static Commit.Proposalempty(Ballot ballot, DecoratedKey partitionKey, TableMetadata metadata) static Commit.Proposalof(Ballot ballot, PartitionUpdate update) toString()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
-
Field Details
-
serializer
-
-
Constructor Details
-
Proposal
-
-
Method Details
-
toString
-
of
-
empty
public static Commit.Proposal empty(Ballot ballot, DecoratedKey partitionKey, TableMetadata metadata) -
accepted
-
agreed
-