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 CustomFSHLoggetWAL(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
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:
 getWALin classWALDurabilityTestBase<CustomFSHLog>- Throws:
 IOException
 - 
resetSyncFlag
- Specified by:
 resetSyncFlagin classWALDurabilityTestBase<CustomFSHLog>
 - 
getSyncFlag
- Specified by:
 getSyncFlagin classWALDurabilityTestBase<CustomFSHLog>
 - 
getWriterSyncFlag
- Specified by:
 getWriterSyncFlagin classWALDurabilityTestBase<CustomFSHLog>
 
 -