Package org.apache.hadoop.hbase.client
Class TestFlushFromClient
java.lang.Object
org.apache.hadoop.hbase.client.TestFlushFromClient
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static org.apache.hadoop.hbase.client.AsyncConnectionstatic final HBaseClassTestRulestatic final byte[][]private static final byte[]private static final byte[]private static final org.slf4j.Loggerorg.junit.rules.TestNameprivate static final List<byte[]>private static final byte[][]org.apache.hadoop.hbase.TableNameprivate static final HBaseTestingUtility -
Constructor Summary
Constructors -
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) voidsetUp()static voidvoidtearDown()static voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoid
-
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
-
testFlushRegionServer
- Throws:
Exception
-
testAsyncFlushRegionServer
- Throws:
Exception
-
getRegionInfo
-
getRegionInfo
private List<org.apache.hadoop.hbase.regionserver.HRegion> getRegionInfo(org.apache.hadoop.hbase.regionserver.HRegionServer rs)
-