Class AbstractTestScanCursor.SparseFilter

java.lang.Object
org.apache.hadoop.hbase.filter.Filter
org.apache.hadoop.hbase.filter.FilterBase
org.apache.hadoop.hbase.client.AbstractTestScanCursor.SparseFilter
Enclosing class:
AbstractTestScanCursor

public static final class AbstractTestScanCursor.SparseFilter 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 final boolean
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    SparseFilter(boolean reversed)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.filter.Filter.ReturnCode
    filterCell(org.apache.hadoop.hbase.Cell c)
     
    static org.apache.hadoop.hbase.filter.Filter
    parseFrom(byte[] pbBytes)
     
    byte[]
     

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

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

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

    filterKeyValue, isReversed, setReversed

    Methods inherited from class java.lang.Object

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

    • reversed

      private final boolean reversed
  • Constructor Details

  • Method Details

    • filterCell

      public org.apache.hadoop.hbase.filter.Filter.ReturnCode filterCell(org.apache.hadoop.hbase.Cell c) throws IOException
      Overrides:
      filterCell in class org.apache.hadoop.hbase.filter.Filter
      Throws:
      IOException
    • toByteArray

      public byte[] toByteArray() throws IOException
      Overrides:
      toByteArray in class org.apache.hadoop.hbase.filter.FilterBase
      Throws:
      IOException
    • parseFrom

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