Package | Description |
---|---|
org.apache.hadoop.hbase.util |
Modifier and Type | Field and Description |
---|---|
(package private) Comparator<TestRegionSplitCalculator.SimpleRange> |
TestRegionSplitCalculator.cmp |
Modifier and Type | Method and Description |
---|---|
(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.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.