Package org.apache.hadoop.hbase.master
Class TestWarmupRegion
java.lang.Object
org.apache.hadoop.hbase.master.TestWarmupRegion
Run tests that use the HBase clients;
TableBuilder
. 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.-
Field Summary
Modifier and TypeFieldDescriptionstatic final HBaseClassTestRule
private static byte[]
private static byte[]
private static final org.slf4j.Logger
private static int
private static byte[]
protected static int
private static org.apache.hadoop.hbase.client.Table
protected org.apache.hadoop.hbase.TableName
protected static final HBaseTestingUtil
private static byte[]
-
Constructor Summary
-
Method Summary
-
Field Details
-
CLASS_RULE
-
LOG
-
TABLENAME
-
TEST_UTIL
-
ROW
-
FAMILY
-
VALUE
-
COLUMN
-
numRows
-
SLAVES
-
table
-
-
Constructor Details
-
TestWarmupRegion
public TestWarmupRegion()
-
-
Method Details
-
setUpBeforeClass
- Throws:
Exception
-
tearDownAfterClass
- Throws:
Exception
-
setUp
- Throws:
Exception
-
tearDown
- Throws:
Exception
-
runwarmup
- Throws:
InterruptedException
-
testWarmup
Basic client side validation of HBASE-4536- Throws:
Exception
-
testWarmupAndClose
- Throws:
IOException
-