Package org.apache.hadoop.hbase.filter
Class TestSingleColumnValueExcludeFilter
java.lang.Object
org.apache.hadoop.hbase.filter.TestSingleColumnValueExcludeFilter
Tests for
SingleColumnValueExcludeFilter. Because this filter extends
SingleColumnValueFilter, only the added functionality is tested. That is, method
filterCell(Cell).-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final HBaseClassTestRuleprivate static final byte[]private static final byte[]private static final byte[]private static final byte[]private static final byte[]private static final byte[] -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidTest the overridden functionality of filterCell(Cell)
-
Field Details
-
CLASS_RULE
-
ROW
-
COLUMN_FAMILY
-
COLUMN_QUALIFIER
-
COLUMN_QUALIFIER_2
-
VAL_1
-
VAL_2
-
-
Constructor Details
-
TestSingleColumnValueExcludeFilter
public TestSingleColumnValueExcludeFilter()
-
-
Method Details
-
testFilterCell
Test the overridden functionality of filterCell(Cell)- Throws:
Exception
-