Uses of Class
org.apache.cassandra.repair.autorepair.KeyspaceRepairPlan
Packages that use KeyspaceRepairPlan
-
Uses of KeyspaceRepairPlan in org.apache.cassandra.repair.autorepair
Methods in org.apache.cassandra.repair.autorepair that return types with arguments of type KeyspaceRepairPlanMethods in org.apache.cassandra.repair.autorepair with parameters of type KeyspaceRepairPlanModifier and TypeMethodDescriptionRepairTokenRangeSplitter.getRepairAssignmentsForTable(KeyspaceRepairPlan repairPlan, String tableName, Range<Token> tokenRange) protected abstract KeyspaceRepairAssignmentsRepairAssignmentIterator.next(int priority, KeyspaceRepairPlan repairPlan) Invoked byRepairAssignmentIterator.next()with the nextKeyspaceRepairPlanfor the given priority.Constructor parameters in org.apache.cassandra.repair.autorepair with type arguments of type KeyspaceRepairPlanModifierConstructorDescriptionPrioritizedRepairPlan(int priority, List<KeyspaceRepairPlan> keyspaceRepairPlans)