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, transformCell
private 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.Filter
IOException
public boolean filterAllRemaining() throws IOException
filterAllRemaining
in class org.apache.hadoop.hbase.filter.FilterBase
IOException
public String toString()
toString
in class org.apache.hadoop.hbase.filter.FilterBase
public static TestScannersFromClientSide.LimitKVsReturnFilter parseFrom(byte[] pbBytes) throws org.apache.hadoop.hbase.exceptions.DeserializationException
org.apache.hadoop.hbase.exceptions.DeserializationException
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.