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 Details
-
kvs
-
-
Constructor Details
-
Scanner
-
-
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 interfaceorg.apache.hadoop.hbase.regionserver.InternalScanner
- Throws:
IOException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Specified by:
close
in interfaceorg.apache.hadoop.hbase.regionserver.InternalScanner
- Throws:
IOException
-