Class Commit.Agreed
- 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
-
- Direct Known Subclasses:
Commit.Committed
- Enclosing class:
- Commit
public static class Commit.Agreed extends Commit.Accepted
-
-
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 Modifier and Type Field Description static Commit.CommitSerializer<Commit.Agreed>serializer
-
Constructor Summary
Constructors Constructor Description Agreed(Ballot ballot, PartitionUpdate update)Agreed(Commit copy)
-
Method Summary
-
Methods inherited from class org.apache.cassandra.service.paxos.Commit.Accepted
latestAccepted, none, toString
-
Methods inherited from class org.apache.cassandra.service.paxos.Commit.Proposal
accepted, agreed, empty, of
-
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 Detail
-
serializer
public static final Commit.CommitSerializer<Commit.Agreed> serializer
-
-
Constructor Detail
-
Agreed
public Agreed(Ballot ballot, PartitionUpdate update)
-
Agreed
public Agreed(Commit copy)
-
-