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
FieldsModifier and TypeFieldDescriptionstatic final HBaseClassTestRuleprivate static byte[]private static byte[]private static final org.slf4j.Loggerprivate static MiniHBaseClusterprivate static intprivate static byte[]protected static intprivate static org.apache.hadoop.hbase.client.Tableprotected org.apache.hadoop.hbase.TableNameprotected static final HBaseTestingUtilityprivate static byte[] -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CLASS_RULE
-
LOG
-
TABLENAME
-
TEST_UTIL
-
ROW
-
FAMILY
-
VALUE
-
COLUMN
-
numRows
-
SLAVES
-
myCluster
-
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
-