Class TestInvocationRecordFilter.InvocationRecordFilter

java.lang.Object
org.apache.hadoop.hbase.filter.Filter
org.apache.hadoop.hbase.filter.FilterBase
org.apache.hadoop.hbase.filter.TestInvocationRecordFilter.InvocationRecordFilter
Enclosing class:
TestInvocationRecordFilter

private static class TestInvocationRecordFilter.InvocationRecordFilter extends org.apache.hadoop.hbase.filter.FilterBase
Filter which gives the list of keyvalues for which the filter is invoked.
  • 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 List<org.apache.hadoop.hbase.Cell>
     

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

    reversed
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    private
     
  • Method Summary

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

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

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

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

    filterKeyValue, isReversed, parseFrom, setReversed

    Methods inherited from class java.lang.Object

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

  • Constructor Details

  • Method Details

    • reset

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

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

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

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