Class TestAsyncFSWALDurability
java.lang.Object
org.apache.hadoop.hbase.regionserver.wal.WALDurabilityTestBase<CustomAsyncFSWAL>
org.apache.hadoop.hbase.regionserver.wal.TestAsyncFSWALDurability
-
Field Summary
Modifier and TypeFieldDescriptionstatic final HBaseClassTestRule
private static org.apache.hbase.thirdparty.io.netty.channel.nio.NioEventLoopGroup
Fields inherited from class org.apache.hadoop.hbase.regionserver.wal.WALDurabilityTestBase
name, tableName
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected Boolean
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
protected void
static void
static void
Methods inherited from class org.apache.hadoop.hbase.regionserver.wal.WALDurabilityTestBase
initHRegion, setUp, tearDown, testWALDurability
-
Field Details
-
CLASS_RULE
-
GROUP
-
-
Constructor Details
-
TestAsyncFSWALDurability
public TestAsyncFSWALDurability()
-
-
Method Details
-
setUpBeforeClass
-
tearDownAfterClass
- Throws:
Exception
-
getWAL
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 - Specified by:
getWAL
in classWALDurabilityTestBase<CustomAsyncFSWAL>
- Throws:
IOException
-
resetSyncFlag
- Specified by:
resetSyncFlag
in classWALDurabilityTestBase<CustomAsyncFSWAL>
-
getSyncFlag
- Specified by:
getSyncFlag
in classWALDurabilityTestBase<CustomAsyncFSWAL>
-
getWriterSyncFlag
- Specified by:
getWriterSyncFlag
in classWALDurabilityTestBase<CustomAsyncFSWAL>
-