Class TestFSHLogDurability
java.lang.Object
org.apache.hadoop.hbase.regionserver.wal.WALDurabilityTestBase<CustomFSHLog>
org.apache.hadoop.hbase.regionserver.wal.TestFSHLogDurability
-
Field Summary
FieldsFields inherited from class org.apache.hadoop.hbase.regionserver.wal.WALDurabilityTestBase
name, tableName -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected BooleangetSyncFlag(CustomFSHLog wal) protected CustomFSHLoggetWAL0(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path root, String logDir, org.apache.hadoop.conf.Configuration conf) protected Booleanprotected voidMethods inherited from class org.apache.hadoop.hbase.regionserver.wal.WALDurabilityTestBase
getWAL, initHRegion, setUp, tearDown, testWALDurability
-
Field Details
-
CLASS_RULE
-
-
Constructor Details
-
TestFSHLogDurability
public TestFSHLogDurability()
-
-
Method Details
-
getWAL0
protected CustomFSHLog getWAL0(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path root, String logDir, org.apache.hadoop.conf.Configuration conf) throws IOException - Specified by:
getWAL0in classWALDurabilityTestBase<CustomFSHLog>- Throws:
IOException
-
resetSyncFlag
- Specified by:
resetSyncFlagin classWALDurabilityTestBase<CustomFSHLog>
-
getSyncFlag
- Specified by:
getSyncFlagin classWALDurabilityTestBase<CustomFSHLog>
-
getWriterSyncFlag
- Specified by:
getWriterSyncFlagin classWALDurabilityTestBase<CustomFSHLog>
-