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, transformCell
private int count
public FirstSeveralCellsFilter()
public void reset()
reset
in class org.apache.hadoop.hbase.filter.FilterBase
public boolean filterRowKey(org.apache.hadoop.hbase.Cell cell) throws IOException
filterRowKey
in class org.apache.hadoop.hbase.filter.FilterBase
IOException
public org.apache.hadoop.hbase.filter.Filter.ReturnCode filterCell(org.apache.hadoop.hbase.Cell v)
filterCell
in class org.apache.hadoop.hbase.filter.Filter
public static org.apache.hadoop.hbase.filter.Filter parseFrom(byte[] pbBytes)
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.