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
IOException
public void testCompactionWithHFileLink() throws IOException, InterruptedException
IOException
InterruptedException
public void testMajorCompactionFromAdmin() throws Exception
Exception
public void testScannerOnBulkLoadRefHFiles() throws Exception
Exception
public void testGetAfterCompaction() throws Exception
Exception