public class TestScannersFromClientSide extends Object
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
org.junit.rules.TestName |
name |
| Constructor and Description |
|---|
TestScannersFromClientSide() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
static void |
setUpBeforeClass() |
void |
tearDown() |
static void |
tearDownAfterClass() |
void |
testAsyncScannerWithManyRows() |
void |
testAsyncScannerWithoutCaching() |
void |
testAsyncScannerWithSmallData() |
void |
testGetMaxResults()
Test from client side for get with maxResultPerCF set
|
void |
testGetRowOffset()
Test from client side for get with rowOffset
|
void |
testMaxResultSizeIsSetToDefault() |
void |
testReadExpiredDataForRawScan() |
void |
testReverseScanWithFlush() |
void |
testScanBatch()
Test from client side for batch of scan
|
void |
testScanMaxResults()
Test from client side for scan with maxResultPerCF set
|
void |
testScannerForNotExistingTable()
Scan on not existing table should throw the exception with correct message
|
void |
testScanOnReopenedRegion()
Test from client side for scan while the region is reopened
on the same region server.
|
void |
testScanRawDeleteFamilyVersion() |
void |
testScanWithColumnsAndFilterAndVersion() |
void |
testScanWithSameStartRowStopRow() |
void |
testSmallScan() |
public static final HBaseClassTestRule CLASS_RULE
public org.junit.rules.TestName name
public TestScannersFromClientSide()
public static void setUpBeforeClass() throws Exception
Exceptionpublic static void tearDownAfterClass() throws Exception
Exceptionpublic void testScanBatch() throws Exception
Exceptionpublic void testMaxResultSizeIsSetToDefault() throws Exception
Exceptionpublic void testScannerForNotExistingTable()
public void testSmallScan() throws Exception
Exceptionpublic void testGetMaxResults() throws Exception
Exceptionpublic void testScanMaxResults() throws Exception
Exceptionpublic void testGetRowOffset() throws Exception
Exceptionpublic void testScanRawDeleteFamilyVersion() throws Exception
Exceptionpublic void testScanOnReopenedRegion() throws Exception
Exceptionpublic void testAsyncScannerWithSmallData() throws Exception
Exceptionpublic void testAsyncScannerWithManyRows() throws Exception
Exceptionpublic void testAsyncScannerWithoutCaching() throws Exception
Exceptionpublic void testReadExpiredDataForRawScan() throws IOException
IOExceptionpublic void testScanWithColumnsAndFilterAndVersion() throws IOException
IOExceptionpublic void testScanWithSameStartRowStopRow() throws IOException
IOExceptionpublic void testReverseScanWithFlush() throws Exception
ExceptionCopyright © 2007–2019 Cloudera. All rights reserved.