Uses of Class
org.apache.cassandra.repair.autorepair.PrioritizedRepairPlan
Packages that use PrioritizedRepairPlan
-
Uses of PrioritizedRepairPlan in org.apache.cassandra.repair.autorepair
Methods in org.apache.cassandra.repair.autorepair that return types with arguments of type PrioritizedRepairPlanModifier and TypeMethodDescriptionstatic List<PrioritizedRepairPlan>PrioritizedRepairPlan.build(Map<String, List<String>> keyspacesToTableNames, AutoRepairConfig.RepairType repairType, Consumer<List<String>> orderFunc, boolean primaryRangeOnly) Builds a list ofPrioritizedRepairPlans for the given keyspace and table map, ordered by priority from highest to lowest, where priority is derived from table schema's defined priority for the given repair type.Method parameters in org.apache.cassandra.repair.autorepair with type arguments of type PrioritizedRepairPlanModifier and TypeMethodDescriptionFixedSplitTokenRangeSplitter.getRepairAssignments(boolean primaryRangeOnly, List<PrioritizedRepairPlan> repairPlans) IAutoRepairTokenRangeSplitter.getRepairAssignments(boolean primaryRangeOnly, List<PrioritizedRepairPlan> repairPlans) Split the token range you wish to repair into multiple assignments.RepairTokenRangeSplitter.getRepairAssignments(boolean primaryRangeOnly, List<PrioritizedRepairPlan> repairPlans) voidAutoRepairState.updateRepairScheduleStatistics(List<PrioritizedRepairPlan> repairPlans) Constructor parameters in org.apache.cassandra.repair.autorepair with type arguments of type PrioritizedRepairPlan