@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, transformCell
public 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.Filter
public void reset() throws IOException
reset
in class org.apache.hadoop.hbase.filter.FilterBase
IOException
public byte[] toByteArray() throws IOException
toByteArray
in class org.apache.hadoop.hbase.filter.FilterBase
IOException
public static ColumnCountOnRowFilter parseFrom(byte[] bytes) throws org.apache.hadoop.hbase.exceptions.DeserializationException
org.apache.hadoop.hbase.exceptions.DeserializationException
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.