Class TestRegionObserverScannerOpenHook.NoDataFilter
java.lang.Object
org.apache.hadoop.hbase.filter.Filter
org.apache.hadoop.hbase.filter.FilterBase
org.apache.hadoop.hbase.coprocessor.TestRegionObserverScannerOpenHook.NoDataFilter
- Enclosing class:
- TestRegionObserverScannerOpenHook
public static class TestRegionObserverScannerOpenHook.NoDataFilter
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
-
Method Summary
Modifier and TypeMethodDescriptionboolean
org.apache.hadoop.hbase.filter.Filter.ReturnCode
filterCell
(org.apache.hadoop.hbase.Cell ignored) boolean
Methods inherited from class org.apache.hadoop.hbase.filter.FilterBase
createFilterFromArguments, filterRowCells, filterRowKey, getNextCellHint, hasFilterRow, isFamilyEssential, reset, toByteArray, toString, transformCell
Methods inherited from class org.apache.hadoop.hbase.filter.Filter
isReversed, parseFrom, setReversed
-
Constructor Details
-
NoDataFilter
public NoDataFilter()
-
-
Method Details
-
filterCell
public org.apache.hadoop.hbase.filter.Filter.ReturnCode filterCell(org.apache.hadoop.hbase.Cell ignored) - Overrides:
filterCell
in classorg.apache.hadoop.hbase.filter.Filter
-
filterAllRemaining
- Overrides:
filterAllRemaining
in classorg.apache.hadoop.hbase.filter.FilterBase
- Throws:
IOException
-
filterRow
- Overrides:
filterRow
in classorg.apache.hadoop.hbase.filter.FilterBase
- Throws:
IOException
-