Uses of Interface
org.apache.cassandra.repair.autorepair.IAutoRepairTokenRangeSplitter
Packages that use IAutoRepairTokenRangeSplitter
-
Uses of IAutoRepairTokenRangeSplitter in org.apache.cassandra.repair.autorepair
Classes in org.apache.cassandra.repair.autorepair that implement IAutoRepairTokenRangeSplitterModifier and TypeClassDescriptionclassAn implementation that splits token ranges into a fixed number of subranges.classThe default implementation ofIAutoRepairTokenRangeSplitterthat attempts to: Create smaller, consistent repair times Minimize the impact on hosts Reduce overstreaming Reduce number of repairsFields in org.apache.cassandra.repair.autorepair with type parameters of type IAutoRepairTokenRangeSplitterModifier and TypeFieldDescriptionstatic final Class<? extends IAutoRepairTokenRangeSplitter>AutoRepairConfig.DEFAULT_SPLITTERMethods in org.apache.cassandra.repair.autorepair that return IAutoRepairTokenRangeSplitterModifier and TypeMethodDescriptionAutoRepairConfig.getTokenRangeSplitterInstance(AutoRepairConfig.RepairType repairType)