Uses of Class
org.apache.cassandra.service.paxos.AbstractPaxosRepair
Packages that use AbstractPaxosRepair
-
Uses of AbstractPaxosRepair in org.apache.cassandra.service.paxos
Subclasses of AbstractPaxosRepair in org.apache.cassandra.service.paxosModifier and TypeClassDescriptionclassFacility to finish any in-progress paxos transaction, and ensure that a quorum of nodes agree on the most recent operation.Methods in org.apache.cassandra.service.paxos that return AbstractPaxosRepairModifier and TypeMethodDescriptionAbstractPaxosRepair.addListener(Consumer<AbstractPaxosRepair.Result> listener) AbstractPaxosRepair.addListener(AbstractPaxosRepair.Listener listener) add a listener to this repair, or if the repair has already completed, call the listener with the resultfinal AbstractPaxosRepairAbstractPaxosRepair.start()Methods in org.apache.cassandra.service.paxos with parameters of type AbstractPaxosRepairModifier and TypeMethodDescriptionvoidAbstractPaxosRepair.Listener.onComplete(AbstractPaxosRepair repair, AbstractPaxosRepair.Result result) -
Uses of AbstractPaxosRepair in org.apache.cassandra.service.paxos.cleanup
Methods in org.apache.cassandra.service.paxos.cleanup with parameters of type AbstractPaxosRepairModifier and TypeMethodDescriptionvoidPaxosTableRepairs.onComplete(AbstractPaxosRepair repair, AbstractPaxosRepair.Result result)