public class TestLogRoller extends Object
Modifier and Type | Field and Description |
---|---|
private static String |
ARCHIVE_DIR |
static HBaseClassTestRule |
CLASS_RULE |
private static org.apache.hadoop.conf.Configuration |
CONF |
private static org.apache.hadoop.fs.FileSystem |
FS |
private static String |
LOG_DIR |
private static int |
LOG_ROLL_PERIOD |
private static org.apache.hadoop.hbase.regionserver.LogRoller |
ROLLER |
private static org.apache.hadoop.fs.Path |
ROOT_DIR |
private static HBaseTestingUtility |
TEST_UTIL |
private static String |
WAL_PREFIX |
Constructor and Description |
---|
TestLogRoller() |
Modifier and Type | Method and Description |
---|---|
void |
setup() |
void |
tearDown() |
void |
testRequestRollWithMultiWal()
verify that each wal roll separately
|
public static final HBaseClassTestRule CLASS_RULE
private static final HBaseTestingUtility TEST_UTIL
private static final int LOG_ROLL_PERIOD
private static final String LOG_DIR
private static final String ARCHIVE_DIR
private static final String WAL_PREFIX
private static org.apache.hadoop.conf.Configuration CONF
private static org.apache.hadoop.hbase.regionserver.LogRoller ROLLER
private static org.apache.hadoop.fs.Path ROOT_DIR
private static org.apache.hadoop.fs.FileSystem FS
public TestLogRoller()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.