@InterfaceAudience.Private public final class ColumnCountOnRowFilter extends FilterBase
Filter.ReturnCode| Constructor and Description |
|---|
ColumnCountOnRowFilter(int limit) |
| Modifier and Type | Method and Description |
|---|---|
Filter.ReturnCode |
filterCell(Cell c) |
static ColumnCountOnRowFilter |
parseFrom(byte[] bytes) |
void |
reset() |
byte[] |
toByteArray() |
createFilterFromArguments, filterAllRemaining, filterRow, filterRowCells, filterRowKey, filterRowKey, getNextCellHint, hasFilterRow, isFamilyEssential, toString, transformCellfilterKeyValue, isReversed, setReversedpublic ColumnCountOnRowFilter(int limit)
public Filter.ReturnCode filterCell(Cell c)
filterCell in class Filterpublic void reset() throws IOException
reset in class FilterBaseIOExceptionpublic byte[] toByteArray() throws IOException
toByteArray in class FilterBaseIOExceptionpublic static ColumnCountOnRowFilter parseFrom(byte[] bytes) throws DeserializationException
DeserializationExceptionCopyright © 2007–2019 Cloudera. All rights reserved.