public static class TestSeekHints.KeepAllButSeekFilter extends org.apache.hadoop.hbase.filter.FilterBase
Modifier and Type | Field and Description |
---|---|
private byte |
seekStartRow |
private byte |
seekTargetRow |
Constructor and Description |
---|
KeepAllButSeekFilter(byte seekStartRow,
byte seekTargetRow) |
Modifier and Type | Method and Description |
---|---|
org.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) |
static TestSeekHints.KeepAllButSeekFilter |
parseFrom(byte[] pbBytes) |
byte[] |
toByteArray() |
areSerializedFieldsEqual, createFilterFromArguments, filterAllRemaining, filterRow, filterRowCells, filterRowKey, filterRowKey, hasFilterRow, isFamilyEssential, reset, toString, transformCell
private byte seekStartRow
private byte seekTargetRow
public KeepAllButSeekFilter(byte seekStartRow, byte seekTargetRow)
public org.apache.hadoop.hbase.filter.Filter.ReturnCode filterCell(org.apache.hadoop.hbase.Cell c) throws IOException
filterCell
in class org.apache.hadoop.hbase.filter.Filter
IOException
public org.apache.hadoop.hbase.Cell getNextCellHint(org.apache.hadoop.hbase.Cell currentCell)
getNextCellHint
in class org.apache.hadoop.hbase.filter.FilterBase
public byte[] toByteArray()
toByteArray
in class org.apache.hadoop.hbase.filter.FilterBase
public static TestSeekHints.KeepAllButSeekFilter parseFrom(byte[] pbBytes) throws org.apache.hadoop.hbase.exceptions.DeserializationException
org.apache.hadoop.hbase.exceptions.DeserializationException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.