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
Modifier and TypeFieldDescriptionstatic final HBaseClassTestRule
private 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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Test 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
-