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
FieldsModifier and TypeFieldDescriptionstatic final HBaseClassTestRuleprivate static final org.slf4j.Loggerorg.junit.rules.TestNameprivate static final HBaseTestingUtility -
Constructor Summary
Constructors -
Method Summary
Modifier 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
-
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
-