public class TestMobStoreCompaction
extends java.lang.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 static void setUpBeforeClass()
throws java.lang.Exception
java.lang.Exceptionpublic static void tearDownAfterClass()
throws java.lang.Exception
java.lang.Exceptionpublic void tearDown()
throws java.lang.Exception
java.lang.Exceptionpublic void testSmallerValue()
throws java.lang.Exception
java.lang.Exceptionpublic void testLargerValue()
throws java.lang.Exception
java.lang.Exceptionpublic void testMobCompactionWithBulkload()
throws java.lang.Exception
java.lang.Exceptionpublic void testMajorCompactionAfterDelete()
throws java.lang.Exception
java.lang.Exception