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
Exception
public void testSkippingCompactedFiles() throws Exception
Exception
public void testJunkFileTTL() throws Exception
Exception
private org.apache.hadoop.hbase.client.Table createTableWithData(org.apache.hadoop.hbase.TableName tableName) throws IOException
IOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.