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 |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
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
|
public static final HBaseClassTestRule CLASS_RULE
protected static final HBaseTestingUtility TEST_UTIL
protected static int SLAVES
public TestWarmupRegion()
public static void setUpBeforeClass() throws Exception
Exceptionpublic static void tearDownAfterClass() throws Exception
Exceptionprotected void runwarmup() throws InterruptedException
InterruptedExceptionpublic void testWarmup() throws Exception
ExceptionCopyright © 2007–2019 Cloudera. All rights reserved.