Package org.apache.hadoop.hbase.filter
Class FilterAllFilter
java.lang.Object
org.apache.hadoop.hbase.filter.Filter
org.apache.hadoop.hbase.filter.FilterBase
org.apache.hadoop.hbase.filter.FilterAllFilter
-
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
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) booleanareSerializedFieldsEqual(org.apache.hadoop.hbase.filter.Filter o) org.apache.hadoop.hbase.filter.Filter.ReturnCodefilterCell(org.apache.hadoop.hbase.Cell c) booleanbooleanfilterRowKey(org.apache.hadoop.hbase.Cell cell) booleanstatic FilterAllFilterparseFrom(byte[] pbBytes) Methods inherited from class org.apache.hadoop.hbase.filter.FilterBase
createFilterFromArguments, filterAllRemaining, filterRowCells, filterRowKey, getNextCellHint, isFamilyEssential, reset, toByteArray, toString, transformCellMethods inherited from class org.apache.hadoop.hbase.filter.Filter
filterKeyValue, isReversed, setReversed
-
Constructor Details
-
FilterAllFilter
public FilterAllFilter()
-
-
Method Details
-
filterCell
public org.apache.hadoop.hbase.filter.Filter.ReturnCode filterCell(org.apache.hadoop.hbase.Cell c) throws IOException - Overrides:
filterCellin classorg.apache.hadoop.hbase.filter.Filter- Throws:
IOException
-
hasFilterRow
- Overrides:
hasFilterRowin classorg.apache.hadoop.hbase.filter.FilterBase
-
filterRow
- Overrides:
filterRowin classorg.apache.hadoop.hbase.filter.FilterBase- Throws:
IOException
-
filterRowKey
- Overrides:
filterRowKeyin classorg.apache.hadoop.hbase.filter.FilterBase- Throws:
IOException
-
parseFrom
public static FilterAllFilter parseFrom(byte[] pbBytes) throws org.apache.hadoop.hbase.exceptions.DeserializationException - Throws:
org.apache.hadoop.hbase.exceptions.DeserializationException
-
areSerializedFieldsEqual
- Overrides:
areSerializedFieldsEqualin classorg.apache.hadoop.hbase.filter.FilterBase
-