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
Exception
public void testMaxResultSizeIsSetToDefault() throws Exception
Exception
public void testSmallScan(Table table, boolean reversed, int rows, int columns) throws Exception
table
- reversed
- rows
- columns
- Exception
public void testGetMaxResults() throws Exception
Exception
public void testScanMaxResults() throws Exception
Exception
public void testGetRowOffset() throws Exception
Exception