public class TestMobStoreCompaction extends Object
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
org.junit.rules.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 final HBaseClassTestRule CLASS_RULE
public org.junit.rules.TestName name
public TestMobStoreCompaction()
public static void setUpBeforeClass() throws Exception
Exceptionpublic static void tearDownAfterClass() throws Exception
Exceptionpublic void testSmallerValue() throws Exception
Exceptionpublic void testLargerValue() throws Exception
Exceptionpublic void testMobCompactionWithBulkload() throws Exception
Exceptionpublic void testMajorCompactionAfterDelete() throws Exception
ExceptionCopyright © 2007–2019 Cloudera. All rights reserved.