@InterfaceAudience.Public @InterfaceStability.Stable public class FirstKeyOnlyFilter extends FilterBase
This filter can be used to more efficiently perform row count operations.
Filter.ReturnCode| Constructor and Description |
|---|
FirstKeyOnlyFilter() |
| Modifier and Type | Method and Description |
|---|---|
static Filter |
createFilterFromArguments(ArrayList<byte[]> filterArguments) |
Filter.ReturnCode |
filterKeyValue(Cell v)
Filters that dont filter by key value can inherit this implementation that
includes all Cells.
|
protected boolean |
hasFoundKV() |
static FirstKeyOnlyFilter |
parseFrom(byte[] pbBytes) |
void |
reset()
Filters that are purely stateless and do nothing in their reset() methods can inherit
this null/empty implementation.
|
protected void |
setFoundKV(boolean value) |
byte[] |
toByteArray()
Return length 0 byte array for Filters that don't require special serialization
|
filterAllRemaining, filterRow, filterRow, filterRowCells, filterRowKey, getNextCellHint, getNextKeyHint, hasFilterRow, isFamilyEssential, toString, transform, transformCellpublic void reset()
FilterBasereset in class FilterBasepublic Filter.ReturnCode filterKeyValue(Cell v)
FilterBasefilterKeyValue in class FilterBasev - the Cell in questionFilter.ReturnCodepublic static Filter createFilterFromArguments(ArrayList<byte[]> filterArguments)
protected boolean hasFoundKV()
protected void setFoundKV(boolean value)
value - update foundKV flag with value.public byte[] toByteArray()
FilterBasetoByteArray in class FilterBasepublic static FirstKeyOnlyFilter parseFrom(byte[] pbBytes) throws DeserializationException
pbBytes - A pb serialized FirstKeyOnlyFilter instanceFirstKeyOnlyFilter made from bytesDeserializationExceptiontoByteArray()Copyright © 2014 The Apache Software Foundation. All Rights Reserved.