public class TestScannersFromClientSide extends Object
| Constructor and Description |
|---|
TestScannersFromClientSide() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
static void |
setUpBeforeClass() |
void |
tearDown() |
static void |
tearDownAfterClass() |
void |
testGetMaxResults()
Test from client side for get with maxResultPerCF set
|
void |
testGetRowOffset()
Test from client side for get with rowOffset
|
void |
testMaxResultSizeIsSetToDefault() |
void |
testScanBatch()
Test from client side for batch of scan
|
void |
testScanMaxResults()
Test from client side for scan with maxResultPerCF set
|
void |
testScanOnReopenedRegion()
Test from client side for scan while the region is reopened
on the same region server.
|
void |
testSmallScan() |
void |
testSmallScan(Table table,
boolean reversed,
int rows,
int columns)
Run through a variety of test configurations with a small scan
|
public void testScanBatch()
throws Exception
Exceptionpublic void testMaxResultSizeIsSetToDefault()
throws Exception
Exceptionpublic void testSmallScan(Table table, boolean reversed, int rows, int columns) throws Exception
table - reversed - rows - columns - Exceptionpublic void testGetMaxResults()
throws Exception
Exceptionpublic void testScanMaxResults()
throws Exception
Exceptionpublic void testGetRowOffset()
throws Exception
Exception