Class TestStripeCompactionPolicy.Scanner

java.lang.Object
org.apache.hadoop.hbase.regionserver.compactions.TestStripeCompactionPolicy.Scanner
All Implemented Interfaces:
Closeable, AutoCloseable, org.apache.hadoop.hbase.regionserver.InternalScanner
Enclosing class:
TestStripeCompactionPolicy

private static class TestStripeCompactionPolicy.Scanner extends Object implements org.apache.hadoop.hbase.regionserver.InternalScanner
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private final ArrayList<org.apache.hadoop.hbase.KeyValue>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Scanner(org.apache.hadoop.hbase.KeyValue... kvs)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    boolean
    next(List<? super org.apache.hadoop.hbase.ExtendedCell> 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

    • kvs

      private final ArrayList<org.apache.hadoop.hbase.KeyValue> kvs
  • Constructor Details

    • Scanner

      public Scanner(org.apache.hadoop.hbase.KeyValue... kvs)
  • Method Details

    • next

      public boolean next(List<? super org.apache.hadoop.hbase.ExtendedCell> 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