Package org.apache.hadoop.hbase.filter
Class TestFilterList.MockFilter
java.lang.Object
org.apache.hadoop.hbase.filter.Filter
org.apache.hadoop.hbase.filter.FilterBase
org.apache.hadoop.hbase.filter.TestFilterList.MockFilter
- Direct Known Subclasses:
TestFilterList.HintingMockFilter
- Enclosing class:
- TestFilterList
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.hadoop.hbase.filter.Filter
org.apache.hadoop.hbase.filter.Filter.ReturnCode -
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanprivate org.apache.hadoop.hbase.filter.Filter.ReturnCodeFields inherited from class org.apache.hadoop.hbase.filter.Filter
reversed -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanorg.apache.hadoop.hbase.filter.Filter.ReturnCodefilterCell(org.apache.hadoop.hbase.Cell v) inthashCode()Methods inherited from class org.apache.hadoop.hbase.filter.FilterBase
areSerializedFieldsEqual, createFilterFromArguments, filterAllRemaining, filterRow, filterRowCells, filterRowKey, getNextCellHint, hasFilterRow, isFamilyEssential, reset, toByteArray, toString, transformCellMethods inherited from class org.apache.hadoop.hbase.filter.Filter
isReversed, parseFrom, setReversed
-
Field Details
-
targetRetCode
-
didCellPassToTheFilter
-
-
Constructor Details
-
MockFilter
-
-
Method Details
-
filterCell
public org.apache.hadoop.hbase.filter.Filter.ReturnCode filterCell(org.apache.hadoop.hbase.Cell v) throws IOException - Overrides:
filterCellin classorg.apache.hadoop.hbase.filter.Filter- Throws:
IOException
-
equals
-
hashCode
-