public abstract class AbstractTestAsyncTableScan extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static AsyncConnection |
ASYNC_CONN |
protected static int |
COUNT |
protected static byte[] |
CQ1 |
protected static byte[] |
CQ2 |
protected static byte[] |
FAMILY |
protected static TableName |
TABLE_NAME |
protected static HBaseTestingUtility |
TEST_UTIL |
| Constructor and Description |
|---|
AbstractTestAsyncTableScan() |
protected static final HBaseTestingUtility TEST_UTIL
protected static TableName TABLE_NAME
protected static byte[] FAMILY
protected static byte[] CQ1
protected static byte[] CQ2
protected static int COUNT
protected static AsyncConnection ASYNC_CONN
public AbstractTestAsyncTableScan()
protected static Scan createNormalScan()
protected static Scan createBatchScan()
protected static Scan createSmallResultSizeScan()
protected static Scan createBatchSmallResultSizeScan()
protected static AsyncTable<?> getRawTable()
protected static AsyncTable<?> getTable()
protected static List<Object[]> getScanCreatorParams()
protected static List<Object[]> getTableAndScanCreatorParams()
protected abstract Scan createScan()
protected final List<Result> convertFromBatchResult(List<Result> results)
public void testScanAll() throws Exception
Exceptionpublic void testReversedScanAll() throws Exception
Exceptionpublic void testScanNoStopKey() throws Exception
Exceptionpublic void testReverseScanNoStopKey() throws Exception
Exceptionpublic void testScanWrongColumnFamily() throws Exception
Exceptionpublic void testScanWithStartKeyAndStopKey() throws Exception
Exceptionpublic void testReversedScanWithStartKeyAndStopKey() throws Exception
Exceptionpublic void testScanAtRegionBoundary() throws Exception
Exceptionpublic void testReversedScanAtRegionBoundary() throws Exception
Exceptionpublic void testScanWithLimit() throws Exception
Exceptionpublic void testScanWithLimitGreaterThanActualCount() throws Exception
Exceptionpublic void testReversedScanWithLimit() throws Exception
Exceptionpublic void testReversedScanWithLimitGreaterThanActualCount() throws Exception
ExceptionCopyright © 2007–2019 Cloudera. All rights reserved.