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