public class TestCompactionTool extends Object
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static byte[] |
qualifier |
private org.apache.hadoop.hbase.regionserver.HRegion |
region |
private org.apache.hadoop.fs.Path |
rootDir |
private org.apache.hadoop.hbase.TableName |
tableName |
private HBaseTestingUtility |
testUtil |
Constructor and Description |
---|
TestCompactionTool() |
Modifier and Type | Method and Description |
---|---|
private void |
putAndFlush(int key) |
void |
setUp() |
void |
tearDown() |
void |
testCompactedFilesArchived() |
public static final HBaseClassTestRule CLASS_RULE
private final HBaseTestingUtility testUtil
private org.apache.hadoop.hbase.regionserver.HRegion region
private static final byte[] qualifier
private org.apache.hadoop.fs.Path rootDir
private final org.apache.hadoop.hbase.TableName tableName
public TestCompactionTool()
public void testCompactedFilesArchived() throws Exception
Exception
private void putAndFlush(int key) throws Exception
Exception
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.