Class TestFSHLogDurability
java.lang.Object
org.apache.hadoop.hbase.regionserver.wal.WALDurabilityTestBase<CustomFSHLog>
org.apache.hadoop.hbase.regionserver.wal.TestFSHLogDurability
-
Field Summary
Fields inherited from class org.apache.hadoop.hbase.regionserver.wal.WALDurabilityTestBase
name, tableName
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected Boolean
getSyncFlag
(CustomFSHLog wal) protected CustomFSHLog
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
Methods inherited from class org.apache.hadoop.hbase.regionserver.wal.WALDurabilityTestBase
initHRegion, setUp, tearDown, testWALDurability
-
Field Details
-
CLASS_RULE
-
-
Constructor Details
-
TestFSHLogDurability
public TestFSHLogDurability()
-
-
Method Details
-
getWAL
protected CustomFSHLog 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<CustomFSHLog>
- Throws:
IOException
-
resetSyncFlag
- Specified by:
resetSyncFlag
in classWALDurabilityTestBase<CustomFSHLog>
-
getSyncFlag
- Specified by:
getSyncFlag
in classWALDurabilityTestBase<CustomFSHLog>
-
getWriterSyncFlag
- Specified by:
getWriterSyncFlag
in classWALDurabilityTestBase<CustomFSHLog>
-