Class TestFilterList.MockSeekHintFilter

java.lang.Object
org.apache.hadoop.hbase.filter.Filter
org.apache.hadoop.hbase.filter.FilterBase
org.apache.hadoop.hbase.filter.TestFilterList.MockSeekHintFilter
Enclosing class:
TestFilterList

static class TestFilterList.MockSeekHintFilter 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 org.apache.hadoop.hbase.Cell
     

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

    reversed
  • Constructor Summary

    Constructors
    Constructor
    Description
    MockSeekHintFilter(org.apache.hadoop.hbase.Cell returnCell)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    org.apache.hadoop.hbase.filter.Filter.ReturnCode
    filterCell(org.apache.hadoop.hbase.Cell v)
     
    org.apache.hadoop.hbase.Cell
    getNextCellHint(org.apache.hadoop.hbase.Cell currentCell)
     
    int
     

    Methods inherited from class org.apache.hadoop.hbase.filter.FilterBase

    areSerializedFieldsEqual, createFilterFromArguments, filterAllRemaining, filterRow, filterRowCells, filterRowKey, hasFilterRow, isFamilyEssential, reset, toByteArray, toString, transformCell

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

    isReversed, parseFrom, setReversed

    Methods inherited from class java.lang.Object

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

    • returnCell

      private org.apache.hadoop.hbase.Cell returnCell
  • Constructor Details

  • Method Details

    • filterCell

      public org.apache.hadoop.hbase.filter.Filter.ReturnCode filterCell(org.apache.hadoop.hbase.Cell v) 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) throws IOException
      Overrides:
      getNextCellHint in class org.apache.hadoop.hbase.filter.FilterBase
      Throws:
      IOException
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object