public class TestRegionSplitter extends Object
RegionSplitter, which can create a pre-split table or do a
rolling split of an existing table.| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
org.junit.rules.TestName |
name |
| 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 |
unitTestDecimalStringSplit()
Unit tests for the DecimalStringSplit algorithm.
|
void |
unitTestHexStringSplit()
Unit tests for the HexStringSplit algorithm.
|
void |
unitTestUniformSplit()
Unit tests for the UniformSplit algorithm.
|
public static final HBaseClassTestRule CLASS_RULE
public org.junit.rules.TestName name
public TestRegionSplitter()
public void testCreatePresplitTableHex() throws Exception
Exceptionpublic void testCreatePresplitTableUniform() throws Exception
Exceptionpublic void unitTestHexStringSplit()
public void unitTestDecimalStringSplit()
public void unitTestUniformSplit()
public void testUserInput()
public void noopRollingSplit() throws Exception
ExceptionCopyright © 2007–2019 Cloudera. All rights reserved.