public class TestScannersFromClientSide
extends java.lang.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 static void setUpBeforeClass()
throws java.lang.Exception
java.lang.Exceptionpublic static void tearDownAfterClass()
throws java.lang.Exception
java.lang.Exceptionpublic void setUp()
throws java.lang.Exception
java.lang.Exceptionpublic void tearDown()
throws java.lang.Exception
java.lang.Exceptionpublic void testScanBatch()
throws java.lang.Exception
java.lang.Exceptionpublic void testMaxResultSizeIsSetToDefault()
throws java.lang.Exception
java.lang.Exceptionpublic void testSmallScan()
throws java.lang.Exception
java.lang.Exceptionpublic void testSmallScan(Table table, boolean reversed, int rows, int columns) throws java.lang.Exception
table - reversed - rows - columns - java.lang.Exceptionpublic void testGetMaxResults()
throws java.lang.Exception
java.lang.Exceptionpublic void testScanMaxResults()
throws java.lang.Exception
java.lang.Exceptionpublic void testGetRowOffset()
throws java.lang.Exception
java.lang.Exceptionpublic void testScanOnReopenedRegion()
throws java.lang.Exception
java.lang.Exception