Uses of Enum Class
org.apache.cassandra.repair.autorepair.AutoRepairUtils.RepairTurn
Packages that use AutoRepairUtils.RepairTurn
-
Uses of AutoRepairUtils.RepairTurn in org.apache.cassandra.metrics
Methods in org.apache.cassandra.metrics with parameters of type AutoRepairUtils.RepairTurnModifier and TypeMethodDescriptionvoidAutoRepairMetrics.recordTurn(AutoRepairUtils.RepairTurn turn) -
Uses of AutoRepairUtils.RepairTurn in org.apache.cassandra.repair.autorepair
Methods in org.apache.cassandra.repair.autorepair that return AutoRepairUtils.RepairTurnModifier and TypeMethodDescriptionstatic AutoRepairUtils.RepairTurnAutoRepairUtils.myTurnToRunRepair(AutoRepairConfig.RepairType repairType, UUID myId) static AutoRepairUtils.RepairTurnReturns the enum constant of this class with the specified name.static AutoRepairUtils.RepairTurn[]AutoRepairUtils.RepairTurn.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.cassandra.repair.autorepair with parameters of type AutoRepairUtils.RepairTurnModifier and TypeMethodDescriptionvoidAutoRepairState.recordTurn(AutoRepairUtils.RepairTurn turn)