Package org.apache.hadoop.hbase.filter
Class TestFilterList.MockSeekHintFilter
java.lang.Object
org.apache.hadoop.hbase.filter.Filter
org.apache.hadoop.hbase.filter.FilterBase
org.apache.hadoop.hbase.filter.TestFilterList.MockSeekHintFilter
- 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
FieldsFields 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) org.apache.hadoop.hbase.CellgetNextCellHint(org.apache.hadoop.hbase.Cell currentCell) inthashCode()Methods inherited from class org.apache.hadoop.hbase.filter.FilterBase
areSerializedFieldsEqual, createFilterFromArguments, filterAllRemaining, filterRow, filterRowCells, filterRowKey, filterRowKey, hasFilterRow, isFamilyEssential, reset, toByteArray, toString, transformCellMethods inherited from class org.apache.hadoop.hbase.filter.Filter
filterKeyValue, isReversed, parseFrom, setReversed
-
Field Details
-
returnCell
-
-
Constructor Details
-
MockSeekHintFilter
-
-
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
-
getNextCellHint
public org.apache.hadoop.hbase.Cell getNextCellHint(org.apache.hadoop.hbase.Cell currentCell) throws IOException - Overrides:
getNextCellHintin classorg.apache.hadoop.hbase.filter.FilterBase- Throws:
IOException
-
equals
-
hashCode
-