public class TestMobStoreScanner extends Object
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
org.junit.rules.TestName |
name |
protected byte[] |
qf3 |
| Constructor and Description |
|---|
TestMobStoreScanner() |
| Modifier and Type | Method and Description |
|---|---|
void |
setScan(Scan scan,
boolean reversed,
boolean mobScanRaw)
Set the scan attribute
|
void |
setUp(long threshold,
TableName tn) |
static void |
setUpBeforeClass() |
static void |
tearDownAfterClass() |
void |
testGetMassive() |
void |
testMobStoreScanner() |
void |
testReadFromCorruptMobFiles() |
void |
testReadFromCorruptMobFilesWithReadEmptyValueOnMobCellMiss() |
void |
testReadPt() |
void |
testReversedMobStoreScanner() |
public static final HBaseClassTestRule CLASS_RULE
protected final byte[] qf3
public org.junit.rules.TestName name
public TestMobStoreScanner()
public static void setUpBeforeClass() throws Exception
Exceptionpublic static void tearDownAfterClass() throws Exception
Exceptionpublic void setScan(Scan scan, boolean reversed, boolean mobScanRaw)
reversed - if true, scan will be backward ordermobScanRaw - if true, scan will get the mob referencepublic void testMobStoreScanner() throws Exception
Exceptionpublic void testReversedMobStoreScanner() throws Exception
Exceptionpublic void testGetMassive() throws Exception
Exceptionpublic void testReadPt() throws Exception
Exceptionpublic void testReadFromCorruptMobFilesWithReadEmptyValueOnMobCellMiss() throws Exception
Exceptionpublic void testReadFromCorruptMobFiles() throws Exception
ExceptionCopyright © 2007–2019 Cloudera. All rights reserved.