Package org.apache.hadoop.hbase.filter
Class TestSeekHints.KeepAllButSeekFilter
java.lang.Object
org.apache.hadoop.hbase.filter.Filter
org.apache.hadoop.hbase.filter.FilterBase
org.apache.hadoop.hbase.filter.TestSeekHints.KeepAllButSeekFilter
- Enclosing class:
- TestSeekHints
public static class TestSeekHints.KeepAllButSeekFilter
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 c) org.apache.hadoop.hbase.Cell
getNextCellHint
(org.apache.hadoop.hbase.Cell currentCell) parseFrom
(byte[] pbBytes) byte[]
Methods inherited from class org.apache.hadoop.hbase.filter.FilterBase
areSerializedFieldsEqual, createFilterFromArguments, filterAllRemaining, filterRow, filterRowCells, filterRowKey, hasFilterRow, isFamilyEssential, reset, toString, transformCell
Methods inherited from class org.apache.hadoop.hbase.filter.Filter
isReversed, setReversed
-
Field Details
-
seekStartRow
-
seekTargetRow
-
-
Constructor Details
-
KeepAllButSeekFilter
-
-
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
-
getNextCellHint
- Overrides:
getNextCellHint
in classorg.apache.hadoop.hbase.filter.FilterBase
-
toByteArray
- Overrides:
toByteArray
in classorg.apache.hadoop.hbase.filter.FilterBase
-
parseFrom
public static TestSeekHints.KeepAllButSeekFilter parseFrom(byte[] pbBytes) throws org.apache.hadoop.hbase.exceptions.DeserializationException - Throws:
org.apache.hadoop.hbase.exceptions.DeserializationException
-