Uses of Class
org.apache.cassandra.service.paxos.Commit.Proposal
Packages that use Commit.Proposal
-
Uses of Commit.Proposal in org.apache.cassandra.service.paxos
Subclasses of Commit.Proposal in org.apache.cassandra.service.paxosModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classFields in org.apache.cassandra.service.paxos with type parameters of type Commit.ProposalModifier and TypeFieldDescriptionstatic final Commit.CommitSerializer<Commit.Proposal>Commit.Proposal.serializerMethods in org.apache.cassandra.service.paxos that return Commit.ProposalModifier and TypeMethodDescriptionstatic 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.ProposalModifier and TypeMethodDescriptionPaxosState.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)