Package org.apache.hadoop.hbase.client
Class TestRawAsyncScanCursor
java.lang.Object
org.apache.hadoop.hbase.client.AbstractTestScanCursor
org.apache.hadoop.hbase.client.TestRawAsyncScanCursor
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.hadoop.hbase.client.AbstractTestScanCursor
AbstractTestScanCursor.SparseFilter
-
Field Summary
Modifier and TypeFieldDescriptionstatic final HBaseClassTestRule
private static org.apache.hadoop.hbase.client.AsyncConnection
Fields inherited from class org.apache.hadoop.hbase.client.AbstractTestScanCursor
FAMILIES, FAMILY, NUM_FAMILIES, NUM_QUALIFIERS, NUM_ROWS, QUALIFIER, QUALIFIERS, ROW, ROWS, TABLE_NAME, TEST_UTIL, TIMEOUT, VALUE, VALUE_SIZE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate void
doTest
(boolean reversed) static void
static void
void
void
void
Methods inherited from class org.apache.hadoop.hbase.client.AbstractTestScanCursor
createReversedScanWithSparseFilter, createScanWithSizeLimit, createScanWithSparseFilter
-
Field Details
-
CLASS_RULE
-
CONN
-
-
Constructor Details
-
TestRawAsyncScanCursor
public TestRawAsyncScanCursor()
-
-
Method Details
-
setUpBeforeClass
- Throws:
Exception
-
tearDownAfterClass
- Throws:
Exception
-
doTest
-
testHeartbeatWithSparseFilter
public void testHeartbeatWithSparseFilter() throws IOException, InterruptedException, ExecutionException -
testHeartbeatWithSparseFilterReversed
public void testHeartbeatWithSparseFilterReversed() throws IOException, InterruptedException, ExecutionException -
testSizeLimit
-