Class ColumnCountOnRowFilter

java.lang.Object
org.apache.hadoop.hbase.filter.Filter
org.apache.hadoop.hbase.filter.FilterBase
org.apache.hadoop.hbase.client.ColumnCountOnRowFilter

@Private public final class ColumnCountOnRowFilter 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 int
     
    private final int
     

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

    reversed
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    org.apache.hadoop.hbase.filter.Filter.ReturnCode
    filterCell(org.apache.hadoop.hbase.Cell c)
     
    int
     
    parseFrom(byte[] bytes)
     
    void
     
    byte[]
     

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

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

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

    isReversed, setReversed

    Methods inherited from class java.lang.Object

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

    • limit

      private final int limit
    • count

      private int count
  • Constructor Details

  • Method Details

    • filterCell

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

      public void reset() throws IOException
      Overrides:
      reset in class org.apache.hadoop.hbase.filter.FilterBase
      Throws:
      IOException
    • toByteArray

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

      public static ColumnCountOnRowFilter parseFrom(byte[] bytes) throws org.apache.hadoop.hbase.exceptions.DeserializationException
      Throws:
      org.apache.hadoop.hbase.exceptions.DeserializationException
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object