Class TestAsyncFSWALDurability
java.lang.Object
org.apache.hadoop.hbase.regionserver.wal.WALDurabilityTestBase<CustomAsyncFSWAL>
org.apache.hadoop.hbase.regionserver.wal.TestAsyncFSWALDurability
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final HBaseClassTestRuleprivate static org.apache.hbase.thirdparty.io.netty.channel.nio.NioEventLoopGroupFields inherited from class org.apache.hadoop.hbase.regionserver.wal.WALDurabilityTestBase
name, tableName -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Booleanprotected CustomAsyncFSWALgetWAL(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path root, String logDir, org.apache.hadoop.conf.Configuration conf) protected Booleanprotected voidstatic voidstatic voidMethods 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:
getWALin classWALDurabilityTestBase<CustomAsyncFSWAL>- Throws:
IOException
-
resetSyncFlag
- Specified by:
resetSyncFlagin classWALDurabilityTestBase<CustomAsyncFSWAL>
-
getSyncFlag
- Specified by:
getSyncFlagin classWALDurabilityTestBase<CustomAsyncFSWAL>
-
getWriterSyncFlag
- Specified by:
getWriterSyncFlagin classWALDurabilityTestBase<CustomAsyncFSWAL>
-