Class TestBrokenStoreFileCleaner
java.lang.Object
org.apache.hadoop.hbase.regionserver.TestBrokenStoreFileCleaner
-
Field Summary
Modifier and TypeFieldDescriptionstatic final HBaseClassTestRule
private static final byte[]
private static final String
private static final byte[]
(package private) org.apache.hadoop.hbase.TableName
private final HBaseTestingUtility
private static final byte[]
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate org.apache.hadoop.hbase.client.Table
createTableWithData
(org.apache.hadoop.hbase.TableName tableName) void
setUp()
void
tearDown()
void
void
void
-
Field Details
-
CLASS_RULE
-
testUtil
-
fam
-
qual1
-
val
-
junkFileName
- See Also:
-
tableName
org.apache.hadoop.hbase.TableName tableName
-
-
Constructor Details
-
TestBrokenStoreFileCleaner
public TestBrokenStoreFileCleaner()
-
-
Method Details
-
setUp
- Throws:
Exception
-
tearDown
- Throws:
Exception
-
testDeletingJunkFile
- Throws:
Exception
-
testSkippingCompactedFiles
- Throws:
Exception
-
testJunkFileTTL
- Throws:
Exception
-
createTableWithData
private org.apache.hadoop.hbase.client.Table createTableWithData(org.apache.hadoop.hbase.TableName tableName) throws IOException - Throws:
IOException
-