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, transformCell
public 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.Filter
IOException
public boolean hasFilterRow()
hasFilterRow
in class org.apache.hadoop.hbase.filter.FilterBase
public boolean filterRow() throws IOException
filterRow
in class org.apache.hadoop.hbase.filter.FilterBase
IOException
public boolean filterRowKey(org.apache.hadoop.hbase.Cell cell) throws IOException
filterRowKey
in class org.apache.hadoop.hbase.filter.FilterBase
IOException
public static FilterAllFilter parseFrom(byte[] pbBytes) throws org.apache.hadoop.hbase.exceptions.DeserializationException
org.apache.hadoop.hbase.exceptions.DeserializationException
boolean areSerializedFieldsEqual(org.apache.hadoop.hbase.filter.Filter o)
areSerializedFieldsEqual
in class org.apache.hadoop.hbase.filter.FilterBase
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.