Package org.apache.hadoop.hbase.filter
Class TestQualifierFilterWithEmptyQualifier
java.lang.Object
org.apache.hadoop.hbase.filter.TestQualifierFilterWithEmptyQualifier
Test qualifierFilter with empty qualifier column
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final HBaseClassTestRuleprivate static final byte[]private static final org.slf4j.Loggerorg.junit.rules.TestNameprivate longprivate static final byte[][]private org.apache.hadoop.hbase.regionserver.HRegionprivate static final byte[][]private static final HBaseTestingUtilprivate static final byte[] - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidsetUp()voidtearDown()voidprivate voidverifyScanNoEarlyOut(org.apache.hadoop.hbase.client.Scan s, long expectedRows, long expectedKeys)  
- 
Field Details
- 
LOG
 - 
CLASS_RULE
 - 
TEST_UTIL
 - 
region
 - 
name
 - 
ROWS
 - 
FAMILY
 - 
QUALIFIERS
 - 
VALUE
 - 
numRows
 
 - 
 - 
Constructor Details
- 
TestQualifierFilterWithEmptyQualifier
 
 - 
 - 
Method Details
- 
setUp
- Throws:
 Exception
 - 
tearDown
- Throws:
 Exception
 - 
testQualifierFilterWithEmptyColumn
- Throws:
 IOException
 - 
verifyScanNoEarlyOut
private void verifyScanNoEarlyOut(org.apache.hadoop.hbase.client.Scan s, long expectedRows, long expectedKeys) throws IOException - Throws:
 IOException
 
 -