Class FilterAllFilter

java.lang.Object
org.apache.hadoop.hbase.filter.Filter
org.apache.hadoop.hbase.filter.FilterBase
org.apache.hadoop.hbase.filter.FilterAllFilter

public class FilterAllFilter 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
    (package private) boolean
    areSerializedFieldsEqual(org.apache.hadoop.hbase.filter.Filter o)
     
    org.apache.hadoop.hbase.filter.Filter.ReturnCode
    filterCell(org.apache.hadoop.hbase.Cell c)
     
    boolean
     
    boolean
    filterRowKey(org.apache.hadoop.hbase.Cell cell)
     
    boolean
     
    parseFrom(byte[] pbBytes)
     

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

    createFilterFromArguments, filterAllRemaining, filterRowCells, filterRowKey, getNextCellHint, isFamilyEssential, reset, toByteArray, 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
  • 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
    • hasFilterRow

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

      public boolean filterRow() throws IOException
      Overrides:
      filterRow in class org.apache.hadoop.hbase.filter.FilterBase
      Throws:
      IOException
    • 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 FilterAllFilter parseFrom(byte[] pbBytes) throws org.apache.hadoop.hbase.exceptions.DeserializationException
      Throws:
      org.apache.hadoop.hbase.exceptions.DeserializationException
    • areSerializedFieldsEqual

      boolean areSerializedFieldsEqual(org.apache.hadoop.hbase.filter.Filter o)
      Overrides:
      areSerializedFieldsEqual in class org.apache.hadoop.hbase.filter.FilterBase