public class TestMobStoreCompaction extends Object
| Modifier and Type | Field and Description |
|---|---|
TestName |
name |
| Constructor and Description |
|---|
TestMobStoreCompaction() |
| Modifier and Type | Method and Description |
|---|---|
static void |
setUpBeforeClass() |
void |
tearDown() |
static void |
tearDownAfterClass() |
void |
testLargerValue()
During compaction, the mob threshold size is changed.
|
void |
testMajorCompactionAfterDelete() |
void |
testMobCompactionWithBulkload()
This test will first generate store files, then bulk load them and trigger the compaction.
|
void |
testSmallerValue()
During compaction, cells smaller than the threshold won't be affected.
|
public void testSmallerValue()
throws Exception
Exceptionpublic void testLargerValue()
throws Exception
Exceptionpublic void testMobCompactionWithBulkload()
throws Exception
Exception