public class TestMobCompactor extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TestMobCompactor.CompactTwoLatestHfilesCopro
This copro overwrites the default compaction policy.
|
| Constructor and Description |
|---|
TestMobCompactor() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp(String tableNameAsString) |
static void |
setUpBeforeClass() |
static void |
tearDownAfterClass() |
void |
testCompactionWithHFileLink() |
void |
testGetAfterCompaction()
This case tests the following mob compaction and normal compaction scenario,
after mob compaction, the mob reference in new bulkloaded hfile will win even after it
is compacted with some other normal hfiles.
|
void |
testMajorCompactionFromAdmin() |
void |
testMinorCompaction() |
void |
testScannerOnBulkLoadRefHFiles() |
public void setUp(String tableNameAsString) throws IOException
IOExceptionpublic void testCompactionWithHFileLink()
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionpublic void testMajorCompactionFromAdmin()
throws Exception
Exceptionpublic void testScannerOnBulkLoadRefHFiles()
throws Exception
Exceptionpublic void testGetAfterCompaction()
throws Exception
Exception