public class TestFlushFromClient extends Object
Modifier and Type | Field and Description |
---|---|
private static org.apache.hadoop.hbase.client.AsyncConnection |
asyncConn |
static HBaseClassTestRule |
CLASS_RULE |
static byte[][] |
FAMILIES |
private static byte[] |
FAMILY_1 |
private static byte[] |
FAMILY_2 |
private static org.slf4j.Logger |
LOG |
org.junit.rules.TestName |
name |
private static List<byte[]> |
ROWS |
private static byte[][] |
SPLITS |
org.apache.hadoop.hbase.TableName |
tableName |
private static HBaseTestingUtility |
TEST_UTIL |
Constructor and Description |
---|
TestFlushFromClient() |
Modifier and Type | Method and Description |
---|---|
private List<org.apache.hadoop.hbase.regionserver.HRegion> |
getRegionInfo() |
private List<org.apache.hadoop.hbase.regionserver.HRegion> |
getRegionInfo(org.apache.hadoop.hbase.regionserver.HRegionServer rs) |
void |
setUp() |
static void |
setUpBeforeClass() |
void |
tearDown() |
static void |
tearDownAfterClass() |
void |
testAsyncFlushRegion() |
void |
testAsyncFlushRegionFamily() |
void |
testAsyncFlushRegionServer() |
void |
testAsyncFlushTable() |
void |
testAsyncFlushTableFamily() |
void |
testFlushRegion() |
void |
testFlushRegionFamily() |
void |
testFlushRegionServer() |
void |
testFlushTable() |
void |
testFlushTableFamily() |
public static final HBaseClassTestRule CLASS_RULE
private static final org.slf4j.Logger LOG
private static final HBaseTestingUtility TEST_UTIL
private static org.apache.hadoop.hbase.client.AsyncConnection asyncConn
private static final byte[][] SPLITS
private static final byte[] FAMILY_1
private static final byte[] FAMILY_2
public static final byte[][] FAMILIES
public org.junit.rules.TestName name
public org.apache.hadoop.hbase.TableName tableName
public TestFlushFromClient()
public static void setUpBeforeClass() throws Exception
Exception
public static void tearDownAfterClass() throws Exception
Exception
public void testFlushTable() throws Exception
Exception
public void testFlushTableFamily() throws Exception
Exception
public void testAsyncFlushTable() throws Exception
Exception
public void testAsyncFlushTableFamily() throws Exception
Exception
public void testFlushRegion() throws Exception
Exception
public void testFlushRegionFamily() throws Exception
Exception
public void testAsyncFlushRegion() throws Exception
Exception
public void testAsyncFlushRegionFamily() throws Exception
Exception
public void testFlushRegionServer() throws Exception
Exception
public void testAsyncFlushRegionServer() throws Exception
Exception
private List<org.apache.hadoop.hbase.regionserver.HRegion> getRegionInfo()
private List<org.apache.hadoop.hbase.regionserver.HRegion> getRegionInfo(org.apache.hadoop.hbase.regionserver.HRegionServer rs)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.