Class TestAvoidCellReferencesIntoShippedBlocks.CompactorInternalScanner

java.lang.Object
org.apache.hadoop.hbase.regionserver.DelegatingInternalScanner
org.apache.hadoop.hbase.client.TestAvoidCellReferencesIntoShippedBlocks.CompactorInternalScanner
All Implemented Interfaces:
Closeable, AutoCloseable, org.apache.hadoop.hbase.regionserver.InternalScanner
Enclosing class:
TestAvoidCellReferencesIntoShippedBlocks

  • Constructor Details

    • CompactorInternalScanner

      public CompactorInternalScanner(org.apache.hadoop.hbase.regionserver.InternalScanner scanner)
  • 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
      Overrides:
      next in class DelegatingInternalScanner
      Throws:
      IOException