Class TestFilterFromRegionSide.FirstSeveralCellsFilter

java.lang.Object
org.apache.hadoop.hbase.filter.Filter
org.apache.hadoop.hbase.filter.FilterBase
org.apache.hadoop.hbase.filter.TestFilterFromRegionSide.FirstSeveralCellsFilter
Enclosing class:
TestFilterFromRegionSide

public static class TestFilterFromRegionSide.FirstSeveralCellsFilter 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 int
     

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

    reversed
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.filter.Filter.ReturnCode
    filterCell(org.apache.hadoop.hbase.Cell v)
     
    boolean
    filterRowKey(org.apache.hadoop.hbase.Cell cell)
     
    static org.apache.hadoop.hbase.filter.Filter
    parseFrom(byte[] pbBytes)
     
    void
     

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

    areSerializedFieldsEqual, createFilterFromArguments, filterAllRemaining, filterRow, filterRowCells, getNextCellHint, hasFilterRow, isFamilyEssential, toByteArray, 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

    • count

      private int count
  • Constructor Details

  • Method Details

    • reset

      public void reset()
      Overrides:
      reset in class org.apache.hadoop.hbase.filter.FilterBase
    • filterRowKey

      public boolean filterRowKey(org.apache.hadoop.hbase.Cell cell) throws IOException
      Overrides:
      filterRowKey in class org.apache.hadoop.hbase.filter.FilterBase
      Throws:
      IOException
    • filterCell

      public org.apache.hadoop.hbase.filter.Filter.ReturnCode filterCell(org.apache.hadoop.hbase.Cell v)
      Overrides:
      filterCell in class org.apache.hadoop.hbase.filter.Filter
    • parseFrom

      public static org.apache.hadoop.hbase.filter.Filter parseFrom(byte[] pbBytes)