public class TestMajorCompactorTTL extends TestMajorCompactor
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
org.junit.rules.TestName |
name |
admin, FAMILY, utility
Constructor and Description |
---|
TestMajorCompactorTTL() |
Modifier and Type | Method and Description |
---|---|
protected org.apache.hadoop.hbase.TableName |
createTable(String name) |
protected void |
modifyTTL(org.apache.hadoop.hbase.TableName tableName) |
void |
setUp() |
void |
tearDown() |
void |
testCompactingATable() |
public static final HBaseClassTestRule CLASS_RULE
public org.junit.rules.TestName name
public TestMajorCompactorTTL()
public void setUp() throws Exception
setUp
in class TestMajorCompactor
Exception
public void tearDown() throws Exception
tearDown
in class TestMajorCompactor
Exception
public void testCompactingATable() throws Exception
testCompactingATable
in class TestMajorCompactor
Exception
protected void modifyTTL(org.apache.hadoop.hbase.TableName tableName) throws IOException, InterruptedException
IOException
InterruptedException
protected org.apache.hadoop.hbase.TableName createTable(String name) throws IOException, InterruptedException
IOException
InterruptedException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.