@InterfaceAudience.Private class MobReferenceOnlyFilter extends FilterBase
Filter.ReturnCode| Constructor and Description |
|---|
MobReferenceOnlyFilter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Filter.ReturnCode |
filterCell(Cell cell)
A way to filter based on the column family, column qualifier and/or the column value.
|
int |
hashCode() |
createFilterFromArguments, filterAllRemaining, filterRow, filterRowCells, filterRowKey, filterRowKey, getNextCellHint, hasFilterRow, isFamilyEssential, reset, toByteArray, toString, transformCellfilterKeyValue, isReversed, parseFrom, setReversedMobReferenceOnlyFilter()
public Filter.ReturnCode filterCell(Cell cell)
FilterReturnCode.NEXT_ROW, it should return
ReturnCode.NEXT_ROW until Filter.reset() is called just in case the caller calls
for the next row.
Concrete implementers can signal a failure condition in their code by throwing an
IOException.filterCell in class Filtercell - the Cell in questionFilter.ReturnCodeCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.