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
Modifier and TypeFieldDescriptionstatic final HBaseClassTestRule
private static final byte[]
private static final org.slf4j.Logger
org.junit.rules.TestName
private long
private static final byte[][]
private org.apache.hadoop.hbase.regionserver.HRegion
private static final byte[][]
private static final HBaseTestingUtil
private static final byte[]
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setUp()
void
tearDown()
void
private void
verifyScanNoEarlyOut
(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
-