Package org.apache.hadoop.hbase.filter
Class TestFilter.OldTestFilter
java.lang.Object
org.apache.hadoop.hbase.filter.Filter
org.apache.hadoop.hbase.filter.FilterBase
org.apache.hadoop.hbase.filter.TestFilter.OldTestFilter
- Enclosing class:
- TestFilter
The following filter simulates a pre-0.96 filter where filterRow() is defined while
hasFilterRow() returns false
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.hadoop.hbase.filter.Filter
org.apache.hadoop.hbase.filter.Filter.ReturnCode
-
Field Summary
Fields inherited from class org.apache.hadoop.hbase.filter.Filter
reversed
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.hadoop.hbase.filter.Filter.ReturnCode
filterCell
(org.apache.hadoop.hbase.Cell ignored) boolean
boolean
byte[]
Methods inherited from class org.apache.hadoop.hbase.filter.FilterBase
areSerializedFieldsEqual, createFilterFromArguments, filterAllRemaining, filterRowCells, filterRowKey, getNextCellHint, isFamilyEssential, reset, toString, transformCell
Methods inherited from class org.apache.hadoop.hbase.filter.Filter
isReversed, parseFrom, setReversed
-
Constructor Details
-
OldTestFilter
-
-
Method Details
-
toByteArray
- Overrides:
toByteArray
in classorg.apache.hadoop.hbase.filter.FilterBase
-
hasFilterRow
- Overrides:
hasFilterRow
in classorg.apache.hadoop.hbase.filter.FilterBase
-
filterRow
- Overrides:
filterRow
in classorg.apache.hadoop.hbase.filter.FilterBase
-
filterCell
public org.apache.hadoop.hbase.filter.Filter.ReturnCode filterCell(org.apache.hadoop.hbase.Cell ignored) throws IOException - Overrides:
filterCell
in classorg.apache.hadoop.hbase.filter.Filter
- Throws:
IOException
-