Class TestFilterList.TransformFilter

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

private static class TestFilterList.TransformFilter 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.filter.Filter.ReturnCode
     
    private boolean
     

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

    reversed
  • Constructor Summary

    Constructors
    Constructor
    Description
    TransformFilter(org.apache.hadoop.hbase.filter.Filter.ReturnCode targetRetCode)
     
  • Method Summary

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

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

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

    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

    • targetRetCode

      private org.apache.hadoop.hbase.filter.Filter.ReturnCode targetRetCode
    • transformed

      private boolean transformed
  • Constructor Details

    • TransformFilter

      public TransformFilter(org.apache.hadoop.hbase.filter.Filter.ReturnCode targetRetCode)
  • 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
    • transformCell

      public org.apache.hadoop.hbase.Cell transformCell(org.apache.hadoop.hbase.Cell c) throws IOException
      Overrides:
      transformCell in class org.apache.hadoop.hbase.filter.FilterBase
      Throws:
      IOException
    • getTransformed

      public boolean getTransformed()
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object