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
Exception
public static void tearDownAfterClass() throws Exception
Exception
public void setUp() throws IOException
IOException
public void tearDown() throws IOException
IOException
public void testRequestOnRegion() throws IOException, InterruptedException
IOException
InterruptedException
public void testRequestOnStore() throws IOException, InterruptedException
IOException
InterruptedException
public void testSpaceQuotaViolation() throws IOException, InterruptedException
IOException
InterruptedException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.