Uses of Class
org.apache.cassandra.service.paxos.Commit.Agreed
Packages that use Commit.Agreed
-
Uses of Commit.Agreed in org.apache.cassandra.service.paxos
Subclasses of Commit.Agreed in org.apache.cassandra.service.paxosModifier and TypeClassDescriptionstatic classstatic classFields in org.apache.cassandra.service.paxos with type parameters of type Commit.AgreedModifier and TypeFieldDescriptionstatic final Commit.CommitSerializer<Commit.Agreed>Commit.Agreed.serializerMethods in org.apache.cassandra.service.paxos that return Commit.AgreedMethods in org.apache.cassandra.service.paxos with parameters of type Commit.AgreedMethod parameters in org.apache.cassandra.service.paxos with type arguments of type Commit.AgreedModifier and TypeMethodDescriptionvoidPaxosCommit.RequestHandler.doVerb(Message<Commit.Agreed> message) Constructors in org.apache.cassandra.service.paxos with parameters of type Commit.AgreedModifierConstructorDescriptionPaxosCommit(Commit.Agreed commit, boolean allowHints, ConsistencyLevel consistencyForConsensus, ConsistencyLevel consistencyForCommit, org.apache.cassandra.service.paxos.Paxos.Participants participants, OnDone onDone)