public class RegionSplitter extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
RegionSplitter.SplitAlgorithm
A generic interface for the RegionSplitter code to use for all it's functionality.
|
static class |
RegionSplitter.UniformSplit
A SplitAlgorithm that divides the space of possible keys evenly.
|
| Constructor and Description |
|---|
RegionSplitter() |
| Modifier and Type | Method and Description |
|---|---|
static RegionSplitter.SplitAlgorithm |
newSplitAlgoInstance(org.apache.hadoop.conf.Configuration conf,
String splitClassName) |
public static RegionSplitter.SplitAlgorithm newSplitAlgoInstance(org.apache.hadoop.conf.Configuration conf, String splitClassName) throws IOException
conf - Hbase confsplitClassName - split class name to be usedIOException - if the specified SplitAlgorithm class couldn't be instantiatedCopyright © 2011–2020 Apache Software Foundation. All rights reserved.