Class TestScannerHeartbeatMessages.SparseRowFilter

java.lang.Object
org.apache.hadoop.hbase.filter.Filter
org.apache.hadoop.hbase.filter.FilterBase
org.apache.hadoop.hbase.regionserver.TestScannerHeartbeatMessages.SparseRowFilter
Enclosing class:
TestScannerHeartbeatMessages

public static class TestScannerHeartbeatMessages.SparseRowFilter 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 inherited from class org.apache.hadoop.hbase.filter.Filter

    reversed
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

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

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

    createFilterFromArguments, filterAllRemaining, filterRow, filterRowCells, getNextCellHint, hasFilterRow, isFamilyEssential, reset, toByteArray, toString, transformCell

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

    filterCell, isReversed, setReversed

    Methods inherited from class java.lang.Object

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

  • Method Details

    • filterRowKey

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

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