Uses of Class
org.apache.cassandra.service.paxos.Commit
-
Packages that use Commit Package Description org.apache.cassandra.db org.apache.cassandra.service.paxos -
-
Uses of Commit in org.apache.cassandra.db
Methods in org.apache.cassandra.db with parameters of type Commit Modifier and Type Method Description static voidSystemKeyspace. savePaxosCommit(Commit commit)static voidSystemKeyspace. savePaxosPromise(Commit promise)static voidSystemKeyspace. savePaxosProposal(Commit proposal) -
Uses of Commit in org.apache.cassandra.service.paxos
Fields in org.apache.cassandra.service.paxos declared as Commit Modifier and Type Field Description CommitPrepareResponse. inProgressCommitCommitPrepareCallback. mostRecentCommitCommitPrepareResponse. mostRecentCommitCommitPrepareCallback. mostRecentInProgressCommitMethods in org.apache.cassandra.service.paxos that return Commit Modifier and Type Method Description CommitCommit.CommitSerializer. deserialize(DataInputPlus in, int version)static CommitCommit. emptyCommit(DecoratedKey key, TableMetadata metadata)static CommitCommit. newPrepare(DecoratedKey key, TableMetadata metadata, java.util.UUID ballot)static CommitCommit. newProposal(java.util.UUID ballot, PartitionUpdate update)Methods in org.apache.cassandra.service.paxos with parameters of type Commit Modifier and Type Method Description static voidPaxosState. commit(Commit proposal)static PrepareResponsePrepareVerbHandler. doPrepare(Commit toPrepare)static java.lang.BooleanProposeVerbHandler. doPropose(Commit proposal)booleanCommit. isAfter(Commit other)static PrepareResponsePaxosState. prepare(Commit toPrepare)static java.lang.BooleanPaxosState. propose(Commit proposal)voidCommit.CommitSerializer. serialize(Commit commit, DataOutputPlus out, int version)longCommit.CommitSerializer. serializedSize(Commit commit, int version)Method parameters in org.apache.cassandra.service.paxos with type arguments of type Commit Modifier and Type Method Description voidCommitVerbHandler. doVerb(Message<Commit> message)voidPrepareVerbHandler. doVerb(Message<Commit> message)voidProposeVerbHandler. doVerb(Message<Commit> message)Constructors in org.apache.cassandra.service.paxos with parameters of type Commit Constructor Description PaxosState(Commit promised, Commit accepted, Commit mostRecentCommit)PrepareResponse(boolean promised, Commit inProgressCommit, Commit mostRecentCommit)
-