public class TestWALDurability extends Object
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
org.junit.rules.TestName |
name |
protected TableName |
tableName |
| Constructor and Description |
|---|
TestWALDurability() |
| Modifier and Type | Method and Description |
|---|---|
static HRegion |
initHRegion(TableName tableName,
byte[] startKey,
byte[] stopKey,
WAL wal) |
void |
setup() |
void |
testWALDurability() |
public static final HBaseClassTestRule CLASS_RULE
public org.junit.rules.TestName name
public TestWALDurability()
public void setup() throws IOException
IOExceptionpublic void testWALDurability() throws IOException
IOExceptionpublic static HRegion initHRegion(TableName tableName, byte[] startKey, byte[] stopKey, WAL wal) throws IOException
HBaseTestingUtility.closeRegionAndWAL(HRegion)
when done.IOExceptionCopyright © 2007–2019 Cloudera. All rights reserved.