Uses of Class
org.apache.cassandra.repair.autorepair.AutoRepairUtils.CurrentRepairStatus
Packages that use AutoRepairUtils.CurrentRepairStatus
-
Uses of AutoRepairUtils.CurrentRepairStatus in org.apache.cassandra.repair.autorepair
Methods in org.apache.cassandra.repair.autorepair that return AutoRepairUtils.CurrentRepairStatusModifier and TypeMethodDescriptionAutoRepairUtils.getCurrentRepairStatus(AutoRepairConfig.RepairType repairType, List<AutoRepairUtils.AutoRepairHistory> autoRepairHistories, UUID myId) Methods in org.apache.cassandra.repair.autorepair with parameters of type AutoRepairUtils.CurrentRepairStatusModifier and TypeMethodDescriptionAutoRepairUtils.getMostEligibleHostToRepair(AutoRepairConfig.RepairType repairType, AutoRepairUtils.CurrentRepairStatus currentRepairStatus, UUID myId) Identifies the most eligible host to repair for nodes preceding or equal to this nodes' lastRepairFinishTime.