Package org.apache.hadoop.hbase.filter
Class TestFilterList.AlwaysNextColFilter
java.lang.Object
org.apache.hadoop.hbase.filter.Filter
org.apache.hadoop.hbase.filter.FilterBase
org.apache.hadoop.hbase.filter.TestFilterList.AlwaysNextColFilter
- Enclosing class:
- TestFilterList
public static class TestFilterList.AlwaysNextColFilter
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
Fields inherited from class org.apache.hadoop.hbase.filter.Filter
reversed
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.hadoop.hbase.filter.Filter.ReturnCode
filterCell
(org.apache.hadoop.hbase.Cell v) parseFrom
(byte[] pbBytes) Methods inherited from class org.apache.hadoop.hbase.filter.FilterBase
areSerializedFieldsEqual, createFilterFromArguments, filterAllRemaining, filterRow, filterRowCells, filterRowKey, getNextCellHint, hasFilterRow, isFamilyEssential, reset, toByteArray, toString, transformCell
Methods inherited from class org.apache.hadoop.hbase.filter.Filter
isReversed, setReversed
-
Constructor Details
-
AlwaysNextColFilter
public AlwaysNextColFilter()
-
-
Method Details
-
filterCell
- Overrides:
filterCell
in classorg.apache.hadoop.hbase.filter.Filter
-
parseFrom
public static TestFilterList.AlwaysNextColFilter parseFrom(byte[] pbBytes) throws org.apache.hadoop.hbase.exceptions.DeserializationException - Throws:
org.apache.hadoop.hbase.exceptions.DeserializationException
-