Class PaxosRepairState
java.lang.Object
org.apache.cassandra.service.paxos.cleanup.PaxosRepairState
Tracks the state of paxos repair cleanup work
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCleanupHistory(Message<PaxosCleanupHistory> message) voidvoidvoidfinishSession(InetAddressAndPort from, PaxosCleanupResponse response) static PaxosRepairStateinstance()voidremoveSession(PaxosCleanupSession session) voidsetSession(PaxosCleanupSession session)
-
Constructor Details
-
Method Details
-
instance
-
evictHungRepairs
public void evictHungRepairs() -
clearRepairs
public void clearRepairs() -
setSession
-
removeSession
-
finishSession
-
addCleanupHistory
-