public class TestBrokenStoreFileCleaner extends Object
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static byte[] |
fam |
private static String |
junkFileName |
private static byte[] |
qual1 |
(package private) org.apache.hadoop.hbase.TableName |
tableName |
private HBaseTestingUtility |
testUtil |
private static byte[] |
val |
| Constructor and Description |
|---|
TestBrokenStoreFileCleaner() |
| Modifier and Type | Method and Description |
|---|---|
private org.apache.hadoop.hbase.client.Table |
createTableWithData(org.apache.hadoop.hbase.TableName tableName) |
void |
setUp() |
void |
tearDown() |
void |
testDeletingJunkFile() |
void |
testJunkFileTTL() |
void |
testSkippingCompactedFiles() |
public static final HBaseClassTestRule CLASS_RULE
private final HBaseTestingUtility testUtil
private static final byte[] fam
private static final byte[] qual1
private static final byte[] val
private static final String junkFileName
org.apache.hadoop.hbase.TableName tableName
public TestBrokenStoreFileCleaner()
public void testDeletingJunkFile() throws Exception
Exceptionpublic void testSkippingCompactedFiles() throws Exception
Exceptionpublic void testJunkFileTTL() throws Exception
Exceptionprivate org.apache.hadoop.hbase.client.Table createTableWithData(org.apache.hadoop.hbase.TableName tableName) throws IOException
IOExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.