Uses of Class
org.apache.hadoop.hbase.util.TestRegionSplitCalculator.SimpleRange
Packages that use TestRegionSplitCalculator.SimpleRange
-
Uses of TestRegionSplitCalculator.SimpleRange in org.apache.hadoop.hbase.util
Fields in org.apache.hadoop.hbase.util with type parameters of type TestRegionSplitCalculator.SimpleRangeModifier and TypeFieldDescription(package private) Comparator<TestRegionSplitCalculator.SimpleRange>
TestRegionSplitCalculator.cmp
Method parameters in org.apache.hadoop.hbase.util with type arguments of type TestRegionSplitCalculator.SimpleRangeModifier and TypeMethodDescription(package private) void
TestRegionSplitCalculator.checkDepths
(SortedSet<byte[]> splits, org.apache.hbase.thirdparty.com.google.common.collect.Multimap<byte[], TestRegionSplitCalculator.SimpleRange> regions, Integer... depths) Check the "depth" (number of regions included at a split) of a generated split calculation(package private) String
TestRegionSplitCalculator.dump
(SortedSet<byte[]> splits, org.apache.hbase.thirdparty.com.google.common.collect.Multimap<byte[], TestRegionSplitCalculator.SimpleRange> regions) This dumps data in a visually reasonable way for visual debugging.