Uses of Interface
org.apache.cassandra.service.paxos.AbstractPaxosRepair.Listener
-
Packages that use AbstractPaxosRepair.Listener Package Description org.apache.cassandra.service.paxos org.apache.cassandra.service.paxos.cleanup -
-
Uses of AbstractPaxosRepair.Listener in org.apache.cassandra.service.paxos
Methods in org.apache.cassandra.service.paxos with parameters of type AbstractPaxosRepair.Listener Modifier and Type Method Description AbstractPaxosRepairAbstractPaxosRepair. addListener(AbstractPaxosRepair.Listener listener)add a listener to this repair, or if the repair has already completed, call the listener with the result -
Uses of AbstractPaxosRepair.Listener in org.apache.cassandra.service.paxos.cleanup
Classes in org.apache.cassandra.service.paxos.cleanup that implement AbstractPaxosRepair.Listener Modifier and Type Class Description classPaxosTableRepairsCoordinates repairs on a given key to prevent multiple repairs being scheduled for a single key
-