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 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 c) inthashCode()static ColumnCountOnRowFilterparseFrom(byte[] bytes) voidreset()byte[]Methods inherited from class org.apache.hadoop.hbase.filter.FilterBase
createFilterFromArguments, filterAllRemaining, filterRow, filterRowCells, filterRowKey, getNextCellHint, hasFilterRow, isFamilyEssential, toString, transformCellMethods inherited from class org.apache.hadoop.hbase.filter.Filter
isReversed, setReversed
-
Field Details
-
limit
-
count
-
-
Constructor Details
-
ColumnCountOnRowFilter
-
-
Method Details
-
filterCell
- Overrides:
filterCellin classorg.apache.hadoop.hbase.filter.Filter
-
reset
- Overrides:
resetin classorg.apache.hadoop.hbase.filter.FilterBase- Throws:
IOException
-
toByteArray
- Overrides:
toByteArrayin classorg.apache.hadoop.hbase.filter.FilterBase- Throws:
IOException
-
parseFrom
public static ColumnCountOnRowFilter parseFrom(byte[] bytes) throws org.apache.hadoop.hbase.exceptions.DeserializationException - Throws:
org.apache.hadoop.hbase.exceptions.DeserializationException
-
equals
-
hashCode
-