public class TestAsyncFSWAL extends AbstractTestFSWAL
| Modifier and Type | Field and Description | 
|---|---|
private static Class<? extends org.apache.hbase.thirdparty.io.netty.channel.Channel> | 
CHANNEL_CLASS  | 
static HBaseClassTestRule | 
CLASS_RULE  | 
private static org.apache.hbase.thirdparty.io.netty.channel.EventLoopGroup | 
GROUP  | 
CONF, currentTest, DIR, FS, LOG, TEST_UTIL| Constructor and Description | 
|---|
TestAsyncFSWAL()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL<?> | 
newSlowWAL(org.apache.hadoop.fs.FileSystem fs,
          org.apache.hadoop.fs.Path rootDir,
          String logDir,
          String archiveDir,
          org.apache.hadoop.conf.Configuration conf,
          List<org.apache.hadoop.hbase.regionserver.wal.WALActionsListener> listeners,
          boolean failIfWALExists,
          String prefix,
          String suffix,
          Runnable action)  | 
protected org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL<?> | 
newWAL(org.apache.hadoop.fs.FileSystem fs,
      org.apache.hadoop.fs.Path rootDir,
      String logDir,
      String archiveDir,
      org.apache.hadoop.conf.Configuration conf,
      List<org.apache.hadoop.hbase.regionserver.wal.WALActionsListener> listeners,
      boolean failIfWALExists,
      String prefix,
      String suffix)  | 
static void | 
setUpBeforeClass()  | 
static void | 
tearDownAfterClass()  | 
void | 
testBrokenWriter()  | 
addEdits, flushRegion, setUp, testFailedToCreateWALIfParentRenamed, testFindMemStoresEligibleForFlush, testFlushSequenceIdIsGreaterThanAllEditsInHFile, testSyncNoAppend, testWALComparator, testWALCoprocessorLoaded, testWriteEntryCanBeNullpublic static final HBaseClassTestRule CLASS_RULE
private static org.apache.hbase.thirdparty.io.netty.channel.EventLoopGroup GROUP
private static Class<? extends org.apache.hbase.thirdparty.io.netty.channel.Channel> CHANNEL_CLASS
public TestAsyncFSWAL()
public static void setUpBeforeClass() throws Exception
Exceptionpublic static void tearDownAfterClass() throws Exception
Exceptionprotected org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL<?> newWAL(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path rootDir, String logDir, String archiveDir, org.apache.hadoop.conf.Configuration conf, List<org.apache.hadoop.hbase.regionserver.wal.WALActionsListener> listeners, boolean failIfWALExists, String prefix, String suffix) throws IOException
newWAL in class AbstractTestFSWALIOExceptionprotected org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL<?> newSlowWAL(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path rootDir, String logDir, String archiveDir, org.apache.hadoop.conf.Configuration conf, List<org.apache.hadoop.hbase.regionserver.wal.WALActionsListener> listeners, boolean failIfWALExists, String prefix, String suffix, Runnable action) throws IOException
newSlowWAL in class AbstractTestFSWALIOExceptionpublic void testBrokenWriter() throws Exception
ExceptionCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.