Class TestScannersFromClientSide.LimitKVsReturnFilter

java.lang.Object
org.apache.hadoop.hbase.filter.Filter
org.apache.hadoop.hbase.filter.FilterBase
org.apache.hadoop.hbase.client.TestScannersFromClientSide.LimitKVsReturnFilter
Enclosing class:
TestScannersFromClientSide

public static class TestScannersFromClientSide.LimitKVsReturnFilter 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
     

    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 v)
     
    parseFrom(byte[] pbBytes)
     
     

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

    createFilterFromArguments, filterRow, filterRowCells, filterRowKey, getNextCellHint, hasFilterRow, isFamilyEssential, reset, toByteArray, transformCell

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

    isReversed, setReversed

    Methods inherited from class java.lang.Object

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

  • Constructor Details

  • Method Details

    • filterCell

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

      public boolean filterAllRemaining() throws IOException
      Overrides:
      filterAllRemaining in class org.apache.hadoop.hbase.filter.FilterBase
      Throws:
      IOException
    • toString

      public String toString()
      Overrides:
      toString in class org.apache.hadoop.hbase.filter.FilterBase
    • parseFrom

      public static TestScannersFromClientSide.LimitKVsReturnFilter parseFrom(byte[] pbBytes) throws org.apache.hadoop.hbase.exceptions.DeserializationException
      Throws:
      org.apache.hadoop.hbase.exceptions.DeserializationException