Package org.apache.hadoop.hbase.client
Class TestFlushFromClient
java.lang.Object
org.apache.hadoop.hbase.client.TestFlushFromClient
-
Field Summary
Modifier and TypeFieldDescriptionprivate static org.apache.hadoop.hbase.client.AsyncConnection
static final HBaseClassTestRule
static final byte[][]
private static final byte[]
private static final byte[]
private static final org.slf4j.Logger
org.junit.rules.TestName
private static final List<byte[]>
private static final byte[][]
org.apache.hadoop.hbase.TableName
private static final HBaseTestingUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate List<org.apache.hadoop.hbase.regionserver.HRegion>
private List<org.apache.hadoop.hbase.regionserver.HRegion>
getRegionInfo
(org.apache.hadoop.hbase.regionserver.HRegionServer rs) void
setUp()
static void
void
tearDown()
static void
void
void
void
void
void
void
void
void
void
void
void
void
-
Field Details
-
CLASS_RULE
-
LOG
-
TEST_UTIL
-
asyncConn
-
SPLITS
-
ROWS
-
FAMILY_1
-
FAMILY_2
-
FAMILIES
-
name
-
tableName
-
-
Constructor Details
-
TestFlushFromClient
public TestFlushFromClient()
-
-
Method Details
-
setUpBeforeClass
- Throws:
Exception
-
tearDownAfterClass
- Throws:
Exception
-
setUp
- Throws:
Exception
-
tearDown
- Throws:
Exception
-
testFlushTable
- Throws:
Exception
-
testFlushTableFamily
- Throws:
Exception
-
testAsyncFlushTable
- Throws:
Exception
-
testAsyncFlushTableFamily
- Throws:
Exception
-
testFlushRegion
- Throws:
Exception
-
testFlushRegionFamily
- Throws:
Exception
-
testAsyncFlushRegion
- Throws:
Exception
-
testAsyncFlushRegionFamily
- Throws:
Exception
-
testAsyncFlushTableWithNonExistingFamilies
- Throws:
IOException
-
testAsyncFlushRegionWithNonExistingFamily
- Throws:
IOException
-
testFlushRegionServer
- Throws:
Exception
-
testAsyncFlushRegionServer
- Throws:
Exception
-
getRegionInfo
-
getRegionInfo
private List<org.apache.hadoop.hbase.regionserver.HRegion> getRegionInfo(org.apache.hadoop.hbase.regionserver.HRegionServer rs)
-