public class TestAsyncTableScanAll extends AbstractTestAsyncTableScan
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
Supplier<AsyncTable<?>> |
getTable |
Supplier<Scan> |
scanCreator |
String |
scanType |
String |
tableType |
ASYNC_CONN, COUNT, CQ1, CQ2, FAMILY, TABLE_NAME, TEST_UTIL| Constructor and Description |
|---|
TestAsyncTableScanAll() |
| Modifier and Type | Method and Description |
|---|---|
protected Scan |
createScan() |
protected List<Result> |
doScan(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<AsyncTable<?>> getTable
public Supplier<Scan> scanCreator
public TestAsyncTableScanAll()
protected Scan createScan()
createScan in class AbstractTestAsyncTableScanCopyright © 2007–2019 Cloudera. All rights reserved.