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
FieldsFields inherited from class org.apache.hadoop.hbase.filter.Filter
reversed - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionorg.apache.hadoop.hbase.filter.Filter.ReturnCodefilterCell(org.apache.hadoop.hbase.Cell c) org.apache.hadoop.hbase.CellgetNextCellHint(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, transformCellMethods 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:
 filterCellin classorg.apache.hadoop.hbase.filter.Filter- Throws:
 IOException
 - 
getNextCellHint
- Overrides:
 getNextCellHintin classorg.apache.hadoop.hbase.filter.FilterBase
 - 
toByteArray
- Overrides:
 toByteArrayin 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
 
 -