Class TestUserScanQueryMatcher.AlwaysIncludeAndSeekNextRowFilter
java.lang.Object
org.apache.hadoop.hbase.filter.Filter
org.apache.hadoop.hbase.filter.FilterBase
org.apache.hadoop.hbase.regionserver.querymatcher.TestUserScanQueryMatcher.AlwaysIncludeAndSeekNextRowFilter
- Enclosing class:
- TestUserScanQueryMatcher
private static class TestUserScanQueryMatcher.AlwaysIncludeAndSeekNextRowFilter
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
filterKeyValue
(org.apache.hadoop.hbase.Cell c) Methods inherited from class org.apache.hadoop.hbase.filter.FilterBase
createFilterFromArguments, filterAllRemaining, filterRow, filterRowCells, filterRowKey, filterRowKey, getNextCellHint, hasFilterRow, isFamilyEssential, reset, toByteArray, toString, transformCell
Methods inherited from class org.apache.hadoop.hbase.filter.Filter
filterCell, isReversed, parseFrom, setReversed
-
Constructor Details
-
AlwaysIncludeAndSeekNextRowFilter
private AlwaysIncludeAndSeekNextRowFilter()
-
-
Method Details
-
filterKeyValue
public org.apache.hadoop.hbase.filter.Filter.ReturnCode filterKeyValue(org.apache.hadoop.hbase.Cell c) throws IOException - Overrides:
filterKeyValue
in classorg.apache.hadoop.hbase.filter.Filter
- Throws:
IOException
-