Uses of Class
org.apache.cassandra.service.paxos.Commit.Proposal
-
Packages that use Commit.Proposal Package Description org.apache.cassandra.service.paxos -
-
Uses of Commit.Proposal in org.apache.cassandra.service.paxos
Subclasses of Commit.Proposal in org.apache.cassandra.service.paxos Modifier and Type Class Description static classCommit.Acceptedstatic classCommit.AcceptedWithTTLstatic classCommit.Agreedstatic classCommit.Committedstatic classCommit.CommittedWithTTLFields in org.apache.cassandra.service.paxos with type parameters of type Commit.Proposal Modifier and Type Field Description static Commit.CommitSerializer<Commit.Proposal>Commit.Proposal. serializerMethods in org.apache.cassandra.service.paxos that return Commit.Proposal Modifier and Type Method Description static Commit.ProposalCommit.Proposal. empty(Ballot ballot, DecoratedKey partitionKey, TableMetadata metadata)static Commit.ProposalCommit.Proposal. of(Ballot ballot, PartitionUpdate update)Methods in org.apache.cassandra.service.paxos with parameters of type Commit.Proposal Modifier and Type Method Description BallotPaxosState. acceptIfLatest(Commit.Proposal proposal)Record an acceptance of the proposal if there is no newer promise; otherwise inform the caller of the newer ballotstatic org.apache.cassandra.service.paxos.PaxosPropose.ResponsePaxosPropose.RequestHandler. execute(Commit.Proposal proposal, InetAddressAndPort from)
-