Class DelegatingInternalScanner

java.lang.Object
org.apache.hadoop.hbase.regionserver.DelegatingInternalScanner
All Implemented Interfaces:
Closeable, AutoCloseable, org.apache.hadoop.hbase.regionserver.InternalScanner
Direct Known Subclasses:
TestAvoidCellReferencesIntoShippedBlocks.CompactorInternalScanner

@Private public class DelegatingInternalScanner extends Object implements org.apache.hadoop.hbase.regionserver.InternalScanner
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected final org.apache.hadoop.hbase.regionserver.InternalScanner
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    DelegatingInternalScanner(org.apache.hadoop.hbase.regionserver.InternalScanner scanner)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    boolean
    next(List<org.apache.hadoop.hbase.Cell> result, org.apache.hadoop.hbase.regionserver.ScannerContext scannerContext)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.apache.hadoop.hbase.regionserver.InternalScanner

    next
  • Field Details

    • scanner

      protected final org.apache.hadoop.hbase.regionserver.InternalScanner scanner
  • Constructor Details

  • Method Details

    • next

      public boolean next(List<org.apache.hadoop.hbase.Cell> result, org.apache.hadoop.hbase.regionserver.ScannerContext scannerContext) throws IOException
      Specified by:
      next in interface org.apache.hadoop.hbase.regionserver.InternalScanner
      Throws:
      IOException
    • close

      public void close() throws IOException
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface Closeable
      Specified by:
      close in interface org.apache.hadoop.hbase.regionserver.InternalScanner
      Throws:
      IOException