Uses of Class
org.apache.cassandra.service.paxos.PaxosRequestCallback
-
Packages that use PaxosRequestCallback Package Description org.apache.cassandra.service.paxos -
-
Uses of PaxosRequestCallback in org.apache.cassandra.service.paxos
Subclasses of PaxosRequestCallback in org.apache.cassandra.service.paxos Modifier and Type Class Description classPaxosCommit<OnDone extends java.util.function.Consumer<? super org.apache.cassandra.service.paxos.PaxosCommit.Status>>classPaxosPreparePerform one paxos "prepare" attempt, with various optimisations.classPaxosPropose<OnDone extends java.util.function.Consumer<? super org.apache.cassandra.service.paxos.PaxosPropose.Status>>In waitForNoSideEffect mode, we will not return failure to the caller until we have received a complete set of refusal responses, or at least one accept, indicating (respectively) that we have had no side effect, or that we cannot know if we our proposal produced a side effect.
-