@InterfaceAudience.Private public final class ColumnCountOnRowFilter extends org.apache.hadoop.hbase.filter.FilterBase
| Constructor and Description |
|---|
ColumnCountOnRowFilter(int limit) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
org.apache.hadoop.hbase.filter.Filter.ReturnCode |
filterCell(org.apache.hadoop.hbase.Cell c) |
int |
hashCode() |
static ColumnCountOnRowFilter |
parseFrom(byte[] bytes) |
void |
reset() |
byte[] |
toByteArray() |
createFilterFromArguments, filterAllRemaining, filterRow, filterRowCells, filterRowKey, filterRowKey, getNextCellHint, hasFilterRow, isFamilyEssential, toString, transformCellpublic ColumnCountOnRowFilter(int limit)
public org.apache.hadoop.hbase.filter.Filter.ReturnCode filterCell(org.apache.hadoop.hbase.Cell c)
filterCell in class org.apache.hadoop.hbase.filter.Filterpublic void reset() throws IOException
reset in class org.apache.hadoop.hbase.filter.FilterBaseIOExceptionpublic byte[] toByteArray() throws IOException
toByteArray in class org.apache.hadoop.hbase.filter.FilterBaseIOExceptionpublic static ColumnCountOnRowFilter parseFrom(byte[] bytes) throws org.apache.hadoop.hbase.exceptions.DeserializationException
org.apache.hadoop.hbase.exceptions.DeserializationExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.