public class TestRegionSplitter extends Object
RegionSplitter, which can create a pre-split table or do a
rolling split of an existing table.| Constructor and Description |
|---|
TestRegionSplitter() |
| Modifier and Type | Method and Description |
|---|---|
void |
noopRollingSplit() |
static void |
setup() |
static void |
teardown() |
void |
testCreatePresplitTableHex()
Test creating a pre-split table using the HexStringSplit algorithm.
|
void |
testCreatePresplitTableUniform()
Test creating a pre-split table using the UniformSplit algorithm.
|
void |
testUserInput() |
void |
unitTestHexStringSplit()
Unit tests for the HexStringSplit algorithm.
|
void |
unitTestUniformSplit()
Unit tests for the UniformSplit algorithm.
|
public void testCreatePresplitTableHex()
throws Exception
Exceptionpublic void testCreatePresplitTableUniform()
throws Exception
Exceptionpublic void unitTestHexStringSplit()
public void unitTestUniformSplit()
public void testUserInput()