Package org.apache.hadoop.hbase.filter
Class TestFilterList.TransformFilter
java.lang.Object
org.apache.hadoop.hbase.filter.Filter
org.apache.hadoop.hbase.filter.FilterBase
org.apache.hadoop.hbase.filter.TestFilterList.TransformFilter
- Enclosing class:
- TestFilterList
private static class TestFilterList.TransformFilter
extends org.apache.hadoop.hbase.filter.FilterBase
-
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 TypeFieldDescriptionprivate org.apache.hadoop.hbase.filter.Filter.ReturnCodeprivate booleanFields inherited from class org.apache.hadoop.hbase.filter.Filter
reversed -
Constructor Summary
ConstructorsConstructorDescriptionTransformFilter(org.apache.hadoop.hbase.filter.Filter.ReturnCode targetRetCode) -
Method Summary
Modifier and TypeMethodDescriptionbooleanorg.apache.hadoop.hbase.filter.Filter.ReturnCodefilterCell(org.apache.hadoop.hbase.Cell v) booleaninthashCode()org.apache.hadoop.hbase.CelltransformCell(org.apache.hadoop.hbase.Cell c) Methods inherited from class org.apache.hadoop.hbase.filter.FilterBase
areSerializedFieldsEqual, createFilterFromArguments, filterAllRemaining, filterRow, filterRowCells, filterRowKey, filterRowKey, getNextCellHint, hasFilterRow, isFamilyEssential, reset, toByteArray, toStringMethods inherited from class org.apache.hadoop.hbase.filter.Filter
filterKeyValue, isReversed, parseFrom, setReversed
-
Field Details
-
targetRetCode
-
transformed
-
-
Constructor Details
-
TransformFilter
-
-
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
-
transformCell
public org.apache.hadoop.hbase.Cell transformCell(org.apache.hadoop.hbase.Cell c) throws IOException - Overrides:
transformCellin classorg.apache.hadoop.hbase.filter.FilterBase- Throws:
IOException
-
getTransformed
-
equals
-
hashCode
-