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
Exception
public static void tearDownAfterClass() throws Exception
Exception
public void testFlushNonMobFile() throws Exception
Exception
public void testFlushMobFile() throws Exception
Exception
private void testFlushFile(org.apache.hadoop.hbase.HTableDescriptor htd) throws Exception
Exception
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.