Class TestScannerModel
java.lang.Object
org.apache.hadoop.hbase.rest.model.TestModelBase<org.apache.hadoop.hbase.rest.model.ScannerModel>
org.apache.hadoop.hbase.rest.model.TestScannerModel
public class TestScannerModel
extends TestModelBase<org.apache.hadoop.hbase.rest.model.ScannerModel>
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final int
private static final boolean
private static final int
static final HBaseClassTestRule
private static final byte[]
private static final byte[]
private static final byte[]
private static final long
private static final int
private static final String
private static final String
private static final byte[]
private static final long
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.hadoop.hbase.rest.model.ScannerModel
protected void
checkModel
(org.apache.hadoop.hbase.rest.model.ScannerModel model) void
void
void
void
private void
verifyException
(String FILTER) Methods inherited from class org.apache.hadoop.hbase.rest.model.TestModelBase
fromJSON, fromPB, fromXML, testBuildModel, testFromJSON, testFromPB, testFromXML, testToJSON, testToXML, toJSON, toPB, toXML
-
Field Details
-
CLASS_RULE
-
PRIVATE
- See Also:
-
PUBLIC
- See Also:
-
START_ROW
-
END_ROW
-
COLUMN1
-
COLUMN2
-
START_TIME
- See Also:
-
END_TIME
- See Also:
-
CACHING
- See Also:
-
LIMIT
- See Also:
-
BATCH
- See Also:
-
CACHE_BLOCKS
- See Also:
-
-
Constructor Details
-
TestScannerModel
- Throws:
Exception
-
-
Method Details
-
buildTestModel
- Specified by:
buildTestModel
in classTestModelBase<org.apache.hadoop.hbase.rest.model.ScannerModel>
-
checkModel
- Specified by:
checkModel
in classTestModelBase<org.apache.hadoop.hbase.rest.model.ScannerModel>
-
testExistingFilter
- Throws:
Exception
-
testNonExistingFilter
- Throws:
Exception
-
testIncorrectFilterThrowsJME
- Throws:
Exception
-
tesIncorrecttFilterThrowsJPE
- Throws:
Exception
-
verifyException
- Throws:
Exception
-