Package org.apache.hadoop.hbase.client
Class TestScannersFromClientSide.LimitKVsReturnFilter
java.lang.Object
org.apache.hadoop.hbase.filter.Filter
org.apache.hadoop.hbase.filter.FilterBase
org.apache.hadoop.hbase.client.TestScannersFromClientSide.LimitKVsReturnFilter
- Enclosing class:
- TestScannersFromClientSide
public static class TestScannersFromClientSide.LimitKVsReturnFilter
extends org.apache.hadoop.hbase.filter.FilterBase
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.hadoop.hbase.filter.Filter
org.apache.hadoop.hbase.filter.Filter.ReturnCode -
Field Summary
FieldsFields inherited from class org.apache.hadoop.hbase.filter.Filter
reversed -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanorg.apache.hadoop.hbase.filter.Filter.ReturnCodefilterCell(org.apache.hadoop.hbase.Cell v) parseFrom(byte[] pbBytes) toString()Methods inherited from class org.apache.hadoop.hbase.filter.FilterBase
createFilterFromArguments, filterRow, filterRowCells, filterRowKey, getNextCellHint, hasFilterRow, isFamilyEssential, reset, toByteArray, transformCellMethods inherited from class org.apache.hadoop.hbase.filter.Filter
isReversed, setReversed
-
Field Details
-
cellCount
-
-
Constructor Details
-
LimitKVsReturnFilter
public LimitKVsReturnFilter()
-
-
Method Details
-
filterCell
public org.apache.hadoop.hbase.filter.Filter.ReturnCode filterCell(org.apache.hadoop.hbase.Cell v) throws IOException - Overrides:
filterCellin classorg.apache.hadoop.hbase.filter.Filter- Throws:
IOException
-
filterAllRemaining
- Overrides:
filterAllRemainingin classorg.apache.hadoop.hbase.filter.FilterBase- Throws:
IOException
-
toString
- Overrides:
toStringin classorg.apache.hadoop.hbase.filter.FilterBase
-
parseFrom
public static TestScannersFromClientSide.LimitKVsReturnFilter parseFrom(byte[] pbBytes) throws org.apache.hadoop.hbase.exceptions.DeserializationException - Throws:
org.apache.hadoop.hbase.exceptions.DeserializationException
-