@InterfaceAudience.Public @InterfaceStability.Evolving public class FuzzyRowFilter extends FilterBase
Filter.ReturnCode
Constructor and Description |
---|
FuzzyRowFilter(List<Pair<byte[],byte[]>> fuzzyKeysData) |
Modifier and Type | Method and Description |
---|---|
boolean |
filterAllRemaining()
Filters that never filter all remaining can inherit this implementation that
never stops the filter early.
|
Filter.ReturnCode |
filterKeyValue(Cell kv)
Filters that dont filter by key value can inherit this implementation that
includes all Cells.
|
Cell |
getNextCellHint(Cell currentKV)
Filters that are not sure which key must be next seeked to, can inherit
this implementation that, by default, returns a null Cell.
|
static FuzzyRowFilter |
parseFrom(byte[] pbBytes) |
byte[] |
toByteArray()
Return length 0 byte array for Filters that don't require special serialization
|
String |
toString()
Return filter's info for debugging and logging purpose.
|
createFilterFromArguments, filterRow, filterRow, filterRowCells, filterRowKey, getNextKeyHint, hasFilterRow, isFamilyEssential, reset, transform, transformCell
isReversed, setReversed
public Filter.ReturnCode filterKeyValue(Cell kv)
FilterBase
filterKeyValue
in class FilterBase
kv
- the Cell in questionFilter.ReturnCode
public Cell getNextCellHint(Cell currentKV)
FilterBase
getNextCellHint
in class FilterBase
public boolean filterAllRemaining()
FilterBase
filterAllRemaining
in class FilterBase
public byte[] toByteArray()
FilterBase
toByteArray
in class FilterBase
public static FuzzyRowFilter parseFrom(byte[] pbBytes) throws DeserializationException
pbBytes
- A pb serialized FuzzyRowFilter
instanceFuzzyRowFilter
made from bytes
DeserializationException
toByteArray()
public String toString()
FilterBase
toString
in class FilterBase
Copyright © 2014 The Apache Software Foundation. All rights reserved.