public class TestMobStoreScanner extends Object
Modifier and Type | Field and Description |
---|---|
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 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 testReversedMobStoreScanner() throws Exception
Exception
public void testReadFromCorruptMobFilesWithReadEmptyValueOnMobCellMiss() throws Exception
Exception