Class TestSwitchToStreamRead.MatchLastRowFilterRowFilter

java.lang.Object
org.apache.hadoop.hbase.filter.Filter
org.apache.hadoop.hbase.filter.FilterBase
org.apache.hadoop.hbase.regionserver.TestSwitchToStreamRead.MatchLastRowFilterRowFilter
Enclosing class:
TestSwitchToStreamRead

public static final class TestSwitchToStreamRead.MatchLastRowFilterRowFilter 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 boolean
     

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

    reversed
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    void
    filterRowCells(List<org.apache.hadoop.hbase.Cell> kvs)
     
    boolean
     
    void
     

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

    createFilterFromArguments, filterAllRemaining, filterRowKey, getNextCellHint, isFamilyEssential, toByteArray, toString, transformCell

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

    filterCell, isReversed, parseFrom, setReversed

    Methods inherited from class java.lang.Object

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

    • exclude

      private boolean exclude
  • Constructor Details

  • Method Details

    • filterRowCells

      public void filterRowCells(List<org.apache.hadoop.hbase.Cell> kvs) throws IOException
      Overrides:
      filterRowCells in class org.apache.hadoop.hbase.filter.FilterBase
      Throws:
      IOException
    • reset

      public void reset() throws IOException
      Overrides:
      reset in class org.apache.hadoop.hbase.filter.FilterBase
      Throws:
      IOException
    • filterRow

      public boolean filterRow() throws IOException
      Overrides:
      filterRow in class org.apache.hadoop.hbase.filter.FilterBase
      Throws:
      IOException
    • hasFilterRow

      public boolean hasFilterRow()
      Overrides:
      hasFilterRow in class org.apache.hadoop.hbase.filter.FilterBase