public class TestCellBasedWALPlayer2 extends Object
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static MiniHBaseCluster |
cluster |
private static org.apache.hadoop.conf.Configuration |
conf |
private static org.apache.hadoop.fs.FileSystem |
fs |
private static org.apache.hadoop.fs.FileSystem |
logFs |
org.junit.rules.TestName |
name |
private static org.apache.hadoop.fs.Path |
rootDir |
private static HBaseTestingUtility |
TEST_UTIL |
private static org.apache.hadoop.fs.Path |
walRootDir |
| Constructor and Description |
|---|
TestCellBasedWALPlayer2() |
| Modifier and Type | Method and Description |
|---|---|
static void |
afterClass() |
static void |
beforeClass() |
void |
testMainMethod()
Test main method
|
void |
testWALKeyValueMapper()
Test WALKeyValueMapper setup and map
|
private void |
testWALKeyValueMapper(String tableConfigKey) |
void |
testWALKeyValueMapperWithDeprecatedConfig() |
void |
testWALPlayer()
Simple end-to-end test
|
public static final HBaseClassTestRule CLASS_RULE
private static final HBaseTestingUtility TEST_UTIL
private static MiniHBaseCluster cluster
private static org.apache.hadoop.fs.Path rootDir
private static org.apache.hadoop.fs.Path walRootDir
private static org.apache.hadoop.fs.FileSystem fs
private static org.apache.hadoop.fs.FileSystem logFs
private static org.apache.hadoop.conf.Configuration conf
public org.junit.rules.TestName name
public TestCellBasedWALPlayer2()
public static void beforeClass() throws Exception
Exceptionpublic static void afterClass() throws Exception
Exceptionpublic void testWALPlayer() throws Exception
Exceptionpublic void testWALKeyValueMapper() throws Exception
Exceptionpublic void testWALKeyValueMapperWithDeprecatedConfig() throws Exception
Exceptionprivate void testWALKeyValueMapper(String tableConfigKey) throws Exception
Exceptionpublic void testMainMethod() throws Exception
ExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.