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 |
protected Boolean |
useFileBasedSFT |
private static byte[] |
value1 |
private static byte[] |
value2 |
Constructor and Description |
---|
TestDefaultMobStoreFlusher(Boolean useFileBasedSFT) |
Modifier and Type | Method and Description |
---|---|
static Collection<Boolean> |
data() |
void |
setUpBefore() |
void |
tearDownAfter() |
private void |
testFlushFile(org.apache.hadoop.hbase.client.TableDescriptor 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
protected Boolean useFileBasedSFT
public TestDefaultMobStoreFlusher(Boolean useFileBasedSFT)
public static Collection<Boolean> data()
public void setUpBefore() throws Exception
Exception
public void tearDownAfter() throws Exception
Exception
public void testFlushNonMobFile() throws Exception
Exception
public void testFlushMobFile() throws Exception
Exception
private void testFlushFile(org.apache.hadoop.hbase.client.TableDescriptor htd) throws Exception
Exception
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.