public class TestFlushFromClient extends Object
Modifier and Type | Field and Description |
---|---|
private static org.apache.hadoop.hbase.client.AsyncConnection |
asyncConn |
static HBaseClassTestRule |
CLASS_RULE |
private static byte[] |
FAMILY |
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 |
testAsyncFlushRegionServer() |
void |
testAsyncFlushTable() |
void |
testFlushRegion() |
void |
testFlushRegionServer() |
void |
testFlushTable() |
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
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 testAsyncFlushTable() throws Exception
Exception
public void testFlushRegion() throws Exception
Exception
public void testAsyncFlushRegion() 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–2019 The Apache Software Foundation. All rights reserved.