public class FilterAllFilter extends org.apache.hadoop.hbase.filter.FilterBase
| Constructor and Description |
|---|
FilterAllFilter() |
| Modifier and Type | Method and Description |
|---|---|
(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 |
filterRow() |
boolean |
filterRowKey(org.apache.hadoop.hbase.Cell cell) |
boolean |
hasFilterRow() |
static FilterAllFilter |
parseFrom(byte[] pbBytes) |
createFilterFromArguments, filterAllRemaining, filterRowCells, filterRowKey, getNextCellHint, isFamilyEssential, reset, toByteArray, toString, transformCellpublic FilterAllFilter()
public org.apache.hadoop.hbase.filter.Filter.ReturnCode filterCell(org.apache.hadoop.hbase.Cell c) throws IOException
filterCell in class org.apache.hadoop.hbase.filter.FilterIOExceptionpublic boolean hasFilterRow()
hasFilterRow in class org.apache.hadoop.hbase.filter.FilterBasepublic boolean filterRow() throws IOException
filterRow in class org.apache.hadoop.hbase.filter.FilterBaseIOExceptionpublic boolean filterRowKey(org.apache.hadoop.hbase.Cell cell) throws IOException
filterRowKey in class org.apache.hadoop.hbase.filter.FilterBaseIOExceptionpublic static FilterAllFilter parseFrom(byte[] pbBytes) throws org.apache.hadoop.hbase.exceptions.DeserializationException
org.apache.hadoop.hbase.exceptions.DeserializationExceptionboolean areSerializedFieldsEqual(org.apache.hadoop.hbase.filter.Filter o)
areSerializedFieldsEqual in class org.apache.hadoop.hbase.filter.FilterBaseCopyright © 2007–2021 The Apache Software Foundation. All rights reserved.