Uses of Interface
org.apache.cassandra.net.RequestCallbackWithFailure
-
Packages that use RequestCallbackWithFailure Package Description org.apache.cassandra.service org.apache.cassandra.service.paxos org.apache.cassandra.service.paxos.cleanup -
-
Uses of RequestCallbackWithFailure in org.apache.cassandra.service
Classes in org.apache.cassandra.service that implement RequestCallbackWithFailure Modifier and Type Class Description class
FailureRecordingCallback<T>
-
Uses of RequestCallbackWithFailure in org.apache.cassandra.service.paxos
Classes in org.apache.cassandra.service.paxos that implement RequestCallbackWithFailure Modifier and Type Class Description class
PaxosCommit<OnDone extends java.util.function.Consumer<? super org.apache.cassandra.service.paxos.PaxosCommit.Status>>
class
PaxosPrepare
Perform one paxos "prepare" attempt, with various optimisations.class
PaxosPrepareRefresh
Nodes that have promised in response to our prepare, may be missing the latestCommit, meaning we cannot be sure the prior round has been committed to the necessary quorum of participants, so that it will be visible to future quorums.class
PaxosPropose<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.class
PaxosRequestCallback<T>
-
Uses of RequestCallbackWithFailure in org.apache.cassandra.service.paxos.cleanup
Classes in org.apache.cassandra.service.paxos.cleanup that implement RequestCallbackWithFailure Modifier and Type Class Description class
PaxosCleanupComplete
class
PaxosCleanupSession
class
PaxosFinishPrepareCleanup
class
PaxosStartPrepareCleanup
Determines the highest ballot we should attempt to repair
-