Package org.apache.hadoop.hbase.client
Class TestAsyncTableGetMultiThreaded
java.lang.Object
org.apache.hadoop.hbase.client.TestAsyncTableGetMultiThreaded
- Direct Known Subclasses:
TestAsyncTableGetMultiThreadedWithBasicCompaction
,TestAsyncTableGetMultiThreadedWithEagerCompaction
Will split the table, and move region randomly when testing.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final HBaseClassTestRule
private static org.apache.hadoop.hbase.client.AsyncConnection
private static final int
private static final byte[]
private static final org.slf4j.Logger
private static final byte[]
private static byte[][]
private static org.apache.hadoop.hbase.client.AsyncTable<?>
private static final org.apache.hadoop.hbase.TableName
private static final HBaseTestingUtility
-
Constructor Summary
-
Method Summary
-
Field Details
-
CLASS_RULE
-
LOG
-
TEST_UTIL
-
TABLE_NAME
-
FAMILY
-
QUALIFIER
-
COUNT
- See Also:
-
CONN
-
TABLE
-
SPLIT_KEYS
-
-
Constructor Details
-
TestAsyncTableGetMultiThreaded
public TestAsyncTableGetMultiThreaded()
-
-
Method Details