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
Exceptionpublic static void tearDownAfterClass() throws Exception
Exceptionpublic void testFlushTable() throws Exception
Exceptionpublic void testFlushTableFamily() throws Exception
Exceptionpublic void testAsyncFlushTable() throws Exception
Exceptionpublic void testAsyncFlushTableFamily() throws Exception
Exceptionpublic void testFlushRegion() throws Exception
Exceptionpublic void testFlushRegionFamily() throws Exception
Exceptionpublic void testAsyncFlushRegion() throws Exception
Exceptionpublic void testAsyncFlushRegionFamily() throws Exception
Exceptionpublic void testFlushRegionServer() throws Exception
Exceptionpublic void testAsyncFlushRegionServer() throws Exception
Exceptionprivate 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–2021 The Apache Software Foundation. All rights reserved.