public class TestAsyncFSWALDurability extends WALDurabilityTestBase<CustomAsyncFSWAL>
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static org.apache.hbase.thirdparty.io.netty.channel.nio.NioEventLoopGroup |
GROUP |
name, tableName
Constructor and Description |
---|
TestAsyncFSWALDurability() |
Modifier and Type | Method and Description |
---|---|
protected Boolean |
getSyncFlag(CustomAsyncFSWAL wal) |
protected CustomAsyncFSWAL |
getWAL(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path root,
String logDir,
org.apache.hadoop.conf.Configuration conf) |
protected Boolean |
getWriterSyncFlag(CustomAsyncFSWAL wal) |
protected void |
resetSyncFlag(CustomAsyncFSWAL wal) |
static void |
setUpBeforeClass() |
static void |
tearDownAfterClass() |
initHRegion, setUp, tearDown, testWALDurability
public static final HBaseClassTestRule CLASS_RULE
private static org.apache.hbase.thirdparty.io.netty.channel.nio.NioEventLoopGroup GROUP
public TestAsyncFSWALDurability()
public static void setUpBeforeClass()
public static void tearDownAfterClass() throws Exception
Exception
protected CustomAsyncFSWAL getWAL(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path root, String logDir, org.apache.hadoop.conf.Configuration conf) throws IOException
getWAL
in class WALDurabilityTestBase<CustomAsyncFSWAL>
IOException
protected void resetSyncFlag(CustomAsyncFSWAL wal)
resetSyncFlag
in class WALDurabilityTestBase<CustomAsyncFSWAL>
protected Boolean getSyncFlag(CustomAsyncFSWAL wal)
getSyncFlag
in class WALDurabilityTestBase<CustomAsyncFSWAL>
protected Boolean getWriterSyncFlag(CustomAsyncFSWAL wal)
getWriterSyncFlag
in class WALDurabilityTestBase<CustomAsyncFSWAL>
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.