public class TestWarmupRegion extends Object
HTable
.
Sets up the HBase mini cluster once at start and runs through all client tests.
Each creates a table named for the method and does its stuff against that.Modifier and Type | Field and Description |
---|---|
protected static int |
SLAVES |
protected TableName |
TABLENAME |
protected static HBaseTestingUtility |
TEST_UTIL |
Constructor and Description |
---|
TestWarmupRegion() |
Modifier and Type | Method and Description |
---|---|
protected void |
runwarmup() |
void |
setUp() |
static void |
setUpBeforeClass() |
void |
tearDown() |
static void |
tearDownAfterClass() |
void |
testWarmup()
Basic client side validation of HBASE-4536
|
protected TableName TABLENAME
protected static final HBaseTestingUtility TEST_UTIL
protected static int SLAVES
protected void runwarmup() throws InterruptedException
InterruptedException