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 Summary
Modifier and TypeFieldDescriptionstatic final HBaseClassTestRule
private static final org.slf4j.Logger
org.junit.rules.TestName
private static final HBaseTestingUtility
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate void
putDataAndVerify
(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
-
TestHRegionOnCluster
public TestHRegionOnCluster()
-
-
Method Details
-
testDataCorrectnessReplayingRecoveredEdits
- Throws:
Exception
-
putDataAndVerify
private void putDataAndVerify(org.apache.hadoop.hbase.client.Table table, String row, byte[] family, String value, int verifyNum) throws IOException - Throws:
IOException
-