public class TestSmallReversedScanner
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static Log |
LOG |
| Constructor and Description |
|---|
TestSmallReversedScanner() |
| Modifier and Type | Method and Description |
|---|---|
static void |
setUpBeforeClass() |
void |
tearDown() |
static void |
tearDownAfterClass() |
void |
testSmallReversedScan01()
all rowKeys are fit in the last region.
|
void |
testSmallReversedScan02()
Corner case:
HBase has 4 regions, (-oo,b),[b,c),[c,d),[d,+oo), and only rowKey with byte[]={0x00} locate in region (-oo,b) .
|
public static void setUpBeforeClass()
throws java.lang.Exception
java.lang.Exceptionpublic static void tearDownAfterClass()
throws java.lang.Exception
java.lang.Exceptionpublic void tearDown()
throws java.io.IOException
java.io.IOExceptionpublic void testSmallReversedScan01()
throws java.io.IOException
java.io.IOExceptionpublic void testSmallReversedScan02()
throws java.io.IOException
java.io.IOException