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