public class TestFSHLogDurability extends WALDurabilityTestBase<CustomFSHLog>
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
name, tableName
Constructor and Description |
---|
TestFSHLogDurability() |
Modifier and Type | Method and Description |
---|---|
protected 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 |
getWriterSyncFlag(CustomFSHLog wal) |
protected void |
resetSyncFlag(CustomFSHLog wal) |
initHRegion, setUp, tearDown, testWALDurability
public static final HBaseClassTestRule CLASS_RULE
public TestFSHLogDurability()
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
getWAL
in class WALDurabilityTestBase<CustomFSHLog>
IOException
protected void resetSyncFlag(CustomFSHLog wal)
resetSyncFlag
in class WALDurabilityTestBase<CustomFSHLog>
protected Boolean getSyncFlag(CustomFSHLog wal)
getSyncFlag
in class WALDurabilityTestBase<CustomFSHLog>
protected Boolean getWriterSyncFlag(CustomFSHLog wal)
getWriterSyncFlag
in class WALDurabilityTestBase<CustomFSHLog>
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.