public class TestDefaultMobStoreFlusher extends Object
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static byte[] |
family |
org.junit.rules.TestName |
name |
private static byte[] |
qf1 |
private static byte[] |
qf2 |
private static byte[] |
row1 |
private static byte[] |
row2 |
private static HBaseTestingUtility |
TEST_UTIL |
private static byte[] |
value1 |
private static byte[] |
value2 |
| Constructor and Description |
|---|
TestDefaultMobStoreFlusher() |
| Modifier and Type | Method and Description |
|---|---|
static void |
setUpBeforeClass() |
static void |
tearDownAfterClass() |
private void |
testFlushFile(org.apache.hadoop.hbase.HTableDescriptor htd) |
void |
testFlushMobFile() |
void |
testFlushNonMobFile() |
public static final HBaseClassTestRule CLASS_RULE
private static final HBaseTestingUtility TEST_UTIL
private static final byte[] row1
private static final byte[] row2
private static final byte[] family
private static final byte[] qf1
private static final byte[] qf2
private static final byte[] value1
private static final byte[] value2
public org.junit.rules.TestName name
public TestDefaultMobStoreFlusher()
public static void setUpBeforeClass() throws Exception
Exceptionpublic static void tearDownAfterClass() throws Exception
Exceptionpublic void testFlushNonMobFile() throws Exception
Exceptionpublic void testFlushMobFile() throws Exception
Exceptionprivate void testFlushFile(org.apache.hadoop.hbase.HTableDescriptor htd) throws Exception
ExceptionCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.