public class TestMobStoreScanner
extends java.lang.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 static void setUpBeforeClass()
throws java.lang.Exception
java.lang.Exceptionpublic static void tearDownAfterClass()
throws java.lang.Exception
java.lang.Exceptionpublic void setUp(long threshold,
TableName tn)
throws java.lang.Exception
java.lang.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 java.lang.Exception
java.lang.Exceptionpublic void testReversedMobStoreScanner()
throws java.lang.Exception
java.lang.Exceptionpublic void testGetMassive()
throws java.lang.Exception
java.lang.Exceptionpublic void testReadPt()
throws java.lang.Exception
java.lang.Exceptionpublic void testReadFromCorruptMobFilesWithReadEmptyValueOnMobCellMiss()
throws java.lang.Exception
java.lang.Exceptionpublic void testReadFromCorruptMobFiles()
throws java.lang.Exception
java.lang.Exception