public abstract class AbstractTestLogRollPeriod extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static HBaseTestingUtility |
TEST_UTIL |
| Constructor and Description |
|---|
AbstractTestLogRollPeriod() |
| Modifier and Type | Method and Description |
|---|---|
static void |
setUpBeforeClass() |
static void |
tearDownAfterClass() |
void |
testNoEdits()
Tests that the LogRoller perform the roll even if there are no edits
|
void |
testWithEdits()
Tests that the LogRoller perform the roll with some data in the log
|
protected static final HBaseTestingUtility TEST_UTIL
public AbstractTestLogRollPeriod()
public static void setUpBeforeClass() throws Exception
Exceptionpublic static void tearDownAfterClass() throws Exception
Exceptionpublic void testNoEdits() throws Exception
Exceptionpublic void testWithEdits() throws Exception
ExceptionCopyright © 2007–2019 Cloudera. All rights reserved.