public class TestRawAsyncTableScan extends AbstractTestAsyncTableScan
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
Supplier<org.apache.hadoop.hbase.client.Scan> |
scanCreater |
String |
scanType |
ASYNC_CONN, COUNT, CQ1, CQ2, FAMILY, TABLE_NAME, TEST_UTIL
Constructor and Description |
---|
TestRawAsyncTableScan() |
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, testScanWrongColumnFamily
public static final HBaseClassTestRule CLASS_RULE
public Supplier<org.apache.hadoop.hbase.client.Scan> scanCreater
public TestRawAsyncTableScan()
protected org.apache.hadoop.hbase.client.Scan createScan()
createScan
in class AbstractTestAsyncTableScan
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.