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 classFailureRecordingCallback<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 classPaxosCommit<OnDone extends java.util.function.Consumer<? super org.apache.cassandra.service.paxos.PaxosCommit.Status>>classPaxosPreparePerform one paxos "prepare" attempt, with various optimisations.classPaxosPrepareRefreshNodes 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.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.classPaxosRequestCallback<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 classPaxosCleanupCompleteclassPaxosCleanupSessionclassPaxosFinishPrepareCleanupclassPaxosStartPrepareCleanupDetermines the highest ballot we should attempt to repair
-