public class TestHRegionOnCluster extends Object
HRegion
. Use TestHRegion
if you
don't need a cluster, if you can test w/ a standalone HRegion
.Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static org.slf4j.Logger |
LOG |
org.junit.rules.TestName |
name |
private static HBaseTestingUtility |
TEST_UTIL |
Constructor and Description |
---|
TestHRegionOnCluster() |
Modifier and Type | Method and Description |
---|---|
private void |
putDataAndVerify(org.apache.hadoop.hbase.client.Table table,
String row,
byte[] family,
String value,
int verifyNum) |
void |
testDataCorrectnessReplayingRecoveredEdits() |
public static final HBaseClassTestRule CLASS_RULE
private static final org.slf4j.Logger LOG
private static final HBaseTestingUtility TEST_UTIL
public org.junit.rules.TestName name
public TestHRegionOnCluster()
public void testDataCorrectnessReplayingRecoveredEdits() throws Exception
Exception
private void putDataAndVerify(org.apache.hadoop.hbase.client.Table table, String row, byte[] family, String value, int verifyNum) throws IOException
IOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.