public static class TestFilterFromRegionSide.FirstSeveralCellsFilter extends org.apache.hadoop.hbase.filter.FilterBase
| Modifier and Type | Field and Description |
|---|---|
private int |
count |
| Constructor and Description |
|---|
FirstSeveralCellsFilter() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.hbase.filter.Filter.ReturnCode |
filterCell(org.apache.hadoop.hbase.Cell v) |
boolean |
filterRowKey(org.apache.hadoop.hbase.Cell cell) |
static org.apache.hadoop.hbase.filter.Filter |
parseFrom(byte[] pbBytes) |
void |
reset() |
areSerializedFieldsEqual, createFilterFromArguments, filterAllRemaining, filterRow, filterRowCells, filterRowKey, getNextCellHint, hasFilterRow, isFamilyEssential, toByteArray, toString, transformCellprivate int count
public FirstSeveralCellsFilter()
public void reset()
reset in class org.apache.hadoop.hbase.filter.FilterBasepublic boolean filterRowKey(org.apache.hadoop.hbase.Cell cell) throws IOException
filterRowKey in class org.apache.hadoop.hbase.filter.FilterBaseIOExceptionpublic org.apache.hadoop.hbase.filter.Filter.ReturnCode filterCell(org.apache.hadoop.hbase.Cell v)
filterCell in class org.apache.hadoop.hbase.filter.Filterpublic static org.apache.hadoop.hbase.filter.Filter parseFrom(byte[] pbBytes)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.