Uses of Class
org.apache.cassandra.repair.autorepair.AutoRepairUtils.AutoRepairHistory
Packages that use AutoRepairUtils.AutoRepairHistory
-
Uses of AutoRepairUtils.AutoRepairHistory in org.apache.cassandra.repair.autorepair
Fields in org.apache.cassandra.repair.autorepair declared as AutoRepairUtils.AutoRepairHistoryModifier and TypeFieldDescriptionprotected AutoRepairUtils.AutoRepairHistoryAutoRepairState.longestUnrepairedNodeAutoRepairUtils.CurrentRepairStatus.myRepairHistoryMethods in org.apache.cassandra.repair.autorepair that return AutoRepairUtils.AutoRepairHistoryModifier and TypeMethodDescriptionAutoRepairUtils.getHostWithLongestUnrepairTime(AutoRepairConfig.RepairType repairType) AutoRepairUtils.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.Methods in org.apache.cassandra.repair.autorepair that return types with arguments of type AutoRepairUtils.AutoRepairHistoryModifier and TypeMethodDescriptionAutoRepairUtils.getAutoRepairHistory(AutoRepairConfig.RepairType repairType) Methods in org.apache.cassandra.repair.autorepair with parameters of type AutoRepairUtils.AutoRepairHistoryModifier and TypeMethodDescriptionvoidAutoRepairState.setLongestUnrepairedNode(AutoRepairUtils.AutoRepairHistory longestUnrepairedNode) Method parameters in org.apache.cassandra.repair.autorepair with type arguments of type AutoRepairUtils.AutoRepairHistoryModifier and TypeMethodDescriptionAutoRepairUtils.getCurrentRepairStatus(AutoRepairConfig.RepairType repairType, List<AutoRepairUtils.AutoRepairHistory> autoRepairHistories, UUID myId) Constructor parameters in org.apache.cassandra.repair.autorepair with type arguments of type AutoRepairUtils.AutoRepairHistoryModifierConstructorDescriptionCurrentRepairStatus(List<AutoRepairUtils.AutoRepairHistory> repairHistories, Set<UUID> priority, UUID myId)