public class TestCompactionLifeCycleTracker extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TestCompactionLifeCycleTracker.CompactionObserver |
private static class |
TestCompactionLifeCycleTracker.Tracker |
| Modifier and Type | Field and Description |
|---|---|
private static byte[] |
CF1 |
private static byte[] |
CF2 |
static HBaseClassTestRule |
CLASS_RULE |
private static org.apache.hadoop.hbase.TableName |
NAME |
private static byte[] |
QUALIFIER |
private org.apache.hadoop.hbase.regionserver.HRegion |
region |
private static org.apache.hadoop.hbase.regionserver.compactions.CompactionLifeCycleTracker |
TRACKER |
private static HBaseTestingUtility |
UTIL |
| Constructor and Description |
|---|
TestCompactionLifeCycleTracker() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
static void |
setUpBeforeClass() |
void |
tearDown() |
static void |
tearDownAfterClass() |
void |
testRequestOnRegion() |
void |
testRequestOnStore() |
void |
testSpaceQuotaViolation() |
public static final HBaseClassTestRule CLASS_RULE
private static final HBaseTestingUtility UTIL
private static final org.apache.hadoop.hbase.TableName NAME
private static final byte[] CF1
private static final byte[] CF2
private static final byte[] QUALIFIER
private org.apache.hadoop.hbase.regionserver.HRegion region
private static org.apache.hadoop.hbase.regionserver.compactions.CompactionLifeCycleTracker TRACKER
public TestCompactionLifeCycleTracker()
public static void setUpBeforeClass() throws Exception
Exceptionpublic static void tearDownAfterClass() throws Exception
Exceptionpublic void setUp() throws IOException
IOExceptionpublic void tearDown() throws IOException
IOExceptionpublic void testRequestOnRegion() throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic void testRequestOnStore() throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic void testSpaceQuotaViolation() throws IOException, InterruptedException
IOExceptionInterruptedExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.