Class TestScannerHeartbeatMessages.SparseCellFilter
java.lang.Object
org.apache.hadoop.hbase.filter.Filter
org.apache.hadoop.hbase.filter.FilterBase
org.apache.hadoop.hbase.regionserver.TestScannerHeartbeatMessages.SparseCellFilter
- Enclosing class:
- TestScannerHeartbeatMessages
public static class TestScannerHeartbeatMessages.SparseCellFilter
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 TypeMethodDescriptionorg.apache.hadoop.hbase.filter.Filter.ReturnCode
filterCell
(org.apache.hadoop.hbase.Cell v) static org.apache.hadoop.hbase.filter.Filter
parseFrom
(byte[] pbBytes) Methods inherited from class org.apache.hadoop.hbase.filter.FilterBase
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
-
SparseCellFilter
public SparseCellFilter()
-
-
Method Details
-
filterCell
public org.apache.hadoop.hbase.filter.Filter.ReturnCode filterCell(org.apache.hadoop.hbase.Cell v) throws IOException - Overrides:
filterCell
in classorg.apache.hadoop.hbase.filter.Filter
- Throws:
IOException
-
parseFrom
-