Class TestHRegionOnCluster
java.lang.Object
org.apache.hadoop.hbase.regionserver.TestHRegionOnCluster
Tests that need to spin up a cluster testing an 
HRegion. Use TestHRegion if you
 don't need a cluster, if you can test w/ a standalone HRegion.- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final HBaseClassTestRuleprivate static final org.slf4j.Loggerorg.junit.rules.TestNameprivate static final HBaseTestingUtility
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprivate voidputDataAndVerify(org.apache.hadoop.hbase.client.Table table, String row, byte[] family, String value, int verifyNum) void
- 
Field Details- 
CLASS_RULE
- 
LOG
- 
TEST_UTIL
- 
name
 
- 
- 
Constructor Details- 
TestHRegionOnClusterpublic TestHRegionOnCluster()
 
- 
- 
Method Details- 
testDataCorrectnessReplayingRecoveredEdits- Throws:
- Exception
 
- 
putDataAndVerifyprivate void putDataAndVerify(org.apache.hadoop.hbase.client.Table table, String row, byte[] family, String value, int verifyNum) throws IOException - Throws:
- IOException
 
 
-