public class TestAsyncTableScanner extends AbstractTestAsyncTableScan
| Modifier and Type | Field and Description | 
|---|---|
static HBaseClassTestRule | 
CLASS_RULE  | 
Supplier<org.apache.hadoop.hbase.client.AsyncTable<?>> | 
getTable  | 
Supplier<org.apache.hadoop.hbase.client.Scan> | 
scanCreator  | 
String | 
scanType  | 
String | 
tableType  | 
ASYNC_CONN, COUNT, CQ1, CQ2, FAMILY, TABLE_NAME, TEST_UTIL| Constructor and Description | 
|---|
TestAsyncTableScanner()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected org.apache.hadoop.hbase.client.Scan | 
createScan()  | 
protected List<org.apache.hadoop.hbase.client.Result> | 
doScan(org.apache.hadoop.hbase.client.Scan scan)  | 
static List<Object[]> | 
params()  | 
convertFromBatchResult, createBatchScan, createBatchSmallResultSizeScan, createNormalScan, createSmallResultSizeScan, getRawTable, getScanCreatorParams, getTable, getTableAndScanCreatorParams, setUp, tearDown, testReversedScanAll, testReversedScanAtRegionBoundary, testReversedScanWithLimit, testReversedScanWithLimitGreaterThanActualCount, testReversedScanWithStartKeyAndStopKey, testReverseScanNoStopKey, testScanAll, testScanAtRegionBoundary, testScanNoStopKey, testScanWithLimit, testScanWithLimitGreaterThanActualCount, testScanWithStartKeyAndStopKey, testScanWrongColumnFamilypublic static final HBaseClassTestRule CLASS_RULE
public Supplier<org.apache.hadoop.hbase.client.Scan> scanCreator
public TestAsyncTableScanner()
protected org.apache.hadoop.hbase.client.Scan createScan()
createScan in class AbstractTestAsyncTableScanCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.