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) boolean
areSerializedFieldsEqual
(org.apache.hadoop.hbase.filter.Filter o) org.apache.hadoop.hbase.filter.Filter.ReturnCode
filterCell
(org.apache.hadoop.hbase.Cell c) boolean
boolean
filterRowKey
(org.apache.hadoop.hbase.Cell cell) boolean
static FilterAllFilter
parseFrom
(byte[] pbBytes) Methods inherited from class org.apache.hadoop.hbase.filter.FilterBase
createFilterFromArguments, filterAllRemaining, filterRowCells, filterRowKey, getNextCellHint, isFamilyEssential, reset, toByteArray, toString, transformCell
Methods 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:
filterCell
in classorg.apache.hadoop.hbase.filter.Filter
- Throws:
IOException
-
hasFilterRow
- Overrides:
hasFilterRow
in classorg.apache.hadoop.hbase.filter.FilterBase
-
filterRow
- Overrides:
filterRow
in classorg.apache.hadoop.hbase.filter.FilterBase
- Throws:
IOException
-
filterRowKey
- Overrides:
filterRowKey
in 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:
areSerializedFieldsEqual
in classorg.apache.hadoop.hbase.filter.FilterBase
-