public class TestSmallReversedScanner extends Object
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
static org.slf4j.Logger |
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 final HBaseClassTestRule CLASS_RULE
public static final org.slf4j.Logger LOG
public TestSmallReversedScanner()
public static void setUpBeforeClass() throws Exception
Exceptionpublic static void tearDownAfterClass() throws Exception
Exceptionpublic void tearDown() throws IOException
IOExceptionpublic void testSmallReversedScan01() throws IOException
IOExceptionpublic void testSmallReversedScan02() throws IOException
IOExceptionCopyright © 2007–2019 Cloudera. All rights reserved.