@InterfaceAudience.Public
@InterfaceStability.Evolving
public class FuzzyRowFilter
extends org.apache.hadoop.hbase.filter.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)
org.apache.hadoop.hbase.filter.FilterBase
filterKeyValue
in class org.apache.hadoop.hbase.filter.FilterBase
kv
- the Cell in questionFilter.ReturnCode
public Cell getNextCellHint(Cell currentKV)
org.apache.hadoop.hbase.filter.FilterBase
getNextCellHint
in class org.apache.hadoop.hbase.filter.FilterBase
public boolean filterAllRemaining()
org.apache.hadoop.hbase.filter.FilterBase
filterAllRemaining
in class org.apache.hadoop.hbase.filter.FilterBase
public byte[] toByteArray()
org.apache.hadoop.hbase.filter.FilterBase
toByteArray
in class org.apache.hadoop.hbase.filter.FilterBase
public static FuzzyRowFilter parseFrom(byte[] pbBytes) throws org.apache.hadoop.hbase.exceptions.DeserializationException
pbBytes
- A pb serialized FuzzyRowFilter
instanceFuzzyRowFilter
made from bytes
org.apache.hadoop.hbase.exceptions.DeserializationException
toByteArray()
public String toString()
org.apache.hadoop.hbase.filter.FilterBase
toString
in class org.apache.hadoop.hbase.filter.FilterBase
Copyright © 2014 The Apache Software Foundation. All rights reserved.