Class AutoRepairUtils.CurrentRepairStatus
java.lang.Object
org.apache.cassandra.repair.autorepair.AutoRepairUtils.CurrentRepairStatus
- Enclosing class:
- AutoRepairUtils
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
ConstructorsConstructorDescriptionCurrentRepairStatus(List<AutoRepairUtils.AutoRepairHistory> repairHistories, Set<UUID> priority, UUID myId) -
Method Summary
-
Field Details
-
hostIdsWithOnGoingRepair
-
hostIdsWithOnGoingForceRepair
-
myRepairHistory
-
-
Constructor Details
-
CurrentRepairStatus
public CurrentRepairStatus(List<AutoRepairUtils.AutoRepairHistory> repairHistories, Set<UUID> priority, UUID myId)
-
-
Method Details