Package org.apache.hadoop.hbase.client
Class ColumnCountOnRowFilter
java.lang.Object
org.apache.hadoop.hbase.filter.Filter
org.apache.hadoop.hbase.filter.FilterBase
org.apache.hadoop.hbase.client.ColumnCountOnRowFilter
@Private
public final class ColumnCountOnRowFilter
extends org.apache.hadoop.hbase.filter.FilterBase
- 
Nested Class SummaryNested classes/interfaces inherited from class org.apache.hadoop.hbase.filter.Filterorg.apache.hadoop.hbase.filter.Filter.ReturnCode
- 
Field SummaryFieldsFields inherited from class org.apache.hadoop.hbase.filter.Filterreversed
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanorg.apache.hadoop.hbase.filter.Filter.ReturnCodefilterCell(org.apache.hadoop.hbase.Cell c) inthashCode()static ColumnCountOnRowFilterparseFrom(byte[] bytes) voidreset()byte[]Methods inherited from class org.apache.hadoop.hbase.filter.FilterBasecreateFilterFromArguments, filterAllRemaining, filterRow, filterRowCells, filterRowKey, getNextCellHint, hasFilterRow, isFamilyEssential, toString, transformCellMethods inherited from class org.apache.hadoop.hbase.filter.FilterisReversed, setReversed
- 
Field Details- 
limit
- 
count
 
- 
- 
Constructor Details- 
ColumnCountOnRowFilter
 
- 
- 
Method Details- 
filterCell- Overrides:
- filterCellin class- org.apache.hadoop.hbase.filter.Filter
 
- 
reset- Overrides:
- resetin class- org.apache.hadoop.hbase.filter.FilterBase
- Throws:
- IOException
 
- 
toByteArray- Overrides:
- toByteArrayin class- org.apache.hadoop.hbase.filter.FilterBase
- Throws:
- IOException
 
- 
parseFrompublic static ColumnCountOnRowFilter parseFrom(byte[] bytes) throws org.apache.hadoop.hbase.exceptions.DeserializationException - Throws:
- org.apache.hadoop.hbase.exceptions.DeserializationException
 
- 
equals
- 
hashCode
 
-