Class TestAsyncWALReplay
java.lang.Object
org.apache.hadoop.hbase.regionserver.wal.AbstractTestWALReplay
org.apache.hadoop.hbase.regionserver.wal.TestAsyncWALReplay
- Direct Known Subclasses:
TestAsyncWALReplayCompressed
,TestAsyncWALReplayValueCompression
,TestSecureAsyncWALReplay
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.hadoop.hbase.regionserver.wal.AbstractTestWALReplay
AbstractTestWALReplay.CustomStoreFlusher, AbstractTestWALReplay.MockWAL, AbstractTestWALReplay.TestFlusher
-
Field Summary
Modifier and TypeFieldDescriptionprivate static Class<? extends org.apache.hbase.thirdparty.io.netty.channel.Channel>
static final HBaseClassTestRule
private static org.apache.hbase.thirdparty.io.netty.channel.EventLoopGroup
Fields inherited from class org.apache.hadoop.hbase.regionserver.wal.AbstractTestWALReplay
currentTest, TEST_UTIL
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.hadoop.hbase.regionserver.wal.AbstractTestWALReplay
addRegionEdits, setUp, tearDown, test2727, testCompactedBulkLoadedFiles, testDatalossWhenInputError, testNameConflictWhenSplit0, testNameConflictWhenSplit1, testRegionMadeOfBulkLoadedFilesOnly, testReplayEditsAfterAbortingFlush, testReplayEditsAfterPartialFlush, testReplayEditsAfterRegionMovedWithMultiCF, testReplayEditsWrittenIntoWAL, testReplayEditsWrittenViaHRegion, testSequentialEditLogSeqNum
-
Field Details
-
CLASS_RULE
-
GROUP
-
CHANNEL_CLASS
-
-
Constructor Details
-
TestAsyncWALReplay
public TestAsyncWALReplay()
-
-
Method Details
-
setUpBeforeClass
- Throws:
Exception
-
tearDownAfterClass
- Throws:
Exception
-
createWAL
protected org.apache.hadoop.hbase.wal.WAL createWAL(org.apache.hadoop.conf.Configuration c, org.apache.hadoop.fs.Path hbaseRootDir, String logName) throws IOException - Specified by:
createWAL
in classAbstractTestWALReplay
- Throws:
IOException
-