Uses of Class
org.apache.cassandra.service.paxos.Commit.Agreed
-
Packages that use Commit.Agreed Package Description org.apache.cassandra.service.paxos -
-
Uses of Commit.Agreed in org.apache.cassandra.service.paxos
Subclasses of Commit.Agreed in org.apache.cassandra.service.paxos Modifier and Type Class Description static classCommit.Committedstatic classCommit.CommittedWithTTLFields in org.apache.cassandra.service.paxos with type parameters of type Commit.Agreed Modifier and Type Field Description static Commit.CommitSerializer<Commit.Agreed>Commit.Agreed. serializerMethods in org.apache.cassandra.service.paxos that return Commit.Agreed Modifier and Type Method Description Commit.AgreedCommit.Proposal. agreed()Methods in org.apache.cassandra.service.paxos with parameters of type Commit.Agreed Modifier and Type Method Description voidPaxosState. commit(Commit.Agreed commit)Method parameters in org.apache.cassandra.service.paxos with type arguments of type Commit.Agreed Modifier and Type Method Description voidPaxosCommit.RequestHandler. doVerb(Message<Commit.Agreed> message)Constructors in org.apache.cassandra.service.paxos with parameters of type Commit.Agreed Constructor Description PaxosCommit(Commit.Agreed commit, boolean allowHints, ConsistencyLevel consistencyForConsensus, ConsistencyLevel consistencyForCommit, org.apache.cassandra.service.paxos.Paxos.Participants participants, OnDone onDone)
-