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
    Modifier and Type
    Field
    Description
    private byte
     
    private byte
     

    Fields inherited from class org.apache.hadoop.hbase.filter.Filter

    reversed
  • Constructor Summary

    Constructors
    Constructor
    Description
    KeepAllButSeekFilter(byte seekStartRow, byte seekTargetRow)
     
  • Method Summary

    Modifier and Type
    Method
    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)
     
    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

  • Constructor Details

  • Method Details

    • filterCell

      public org.apache.hadoop.hbase.filter.Filter.ReturnCode filterCell(org.apache.hadoop.hbase.Cell c) throws IOException
      Overrides:
      filterCell in class org.apache.hadoop.hbase.filter.Filter
      Throws:
      IOException
    • getNextCellHint

      public org.apache.hadoop.hbase.Cell getNextCellHint(org.apache.hadoop.hbase.Cell currentCell)
      Overrides:
      getNextCellHint in class org.apache.hadoop.hbase.filter.FilterBase
    • toByteArray

      public byte[] toByteArray()
      Overrides:
      toByteArray in class org.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