Uses of Class
org.apache.cassandra.service.paxos.AbstractPaxosRepair
-
Packages that use AbstractPaxosRepair Package Description org.apache.cassandra.service.paxos org.apache.cassandra.service.paxos.cleanup -
-
Uses of AbstractPaxosRepair in org.apache.cassandra.service.paxos
Subclasses of AbstractPaxosRepair in org.apache.cassandra.service.paxos Modifier and Type Class Description classPaxosRepairFacility 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 AbstractPaxosRepair Modifier and Type Method Description AbstractPaxosRepairAbstractPaxosRepair. addListener(java.util.function.Consumer<AbstractPaxosRepair.Result> listener)AbstractPaxosRepairAbstractPaxosRepair. addListener(AbstractPaxosRepair.Listener listener)add a listener to this repair, or if the repair has already completed, call the listener with the resultAbstractPaxosRepairAbstractPaxosRepair. start()Methods in org.apache.cassandra.service.paxos with parameters of type AbstractPaxosRepair Modifier and Type Method Description voidAbstractPaxosRepair.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 AbstractPaxosRepair Modifier and Type Method Description voidPaxosTableRepairs. onComplete(AbstractPaxosRepair repair, AbstractPaxosRepair.Result result)
-