private static class TestStripeCompactionPolicy.Scanner extends Object implements org.apache.hadoop.hbase.regionserver.InternalScanner
| Modifier and Type | Field and Description |
|---|---|
private ArrayList<org.apache.hadoop.hbase.KeyValue> |
kvs |
| Constructor and Description |
|---|
Scanner(org.apache.hadoop.hbase.KeyValue... kvs) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
next(List<org.apache.hadoop.hbase.Cell> result,
org.apache.hadoop.hbase.regionserver.ScannerContext scannerContext) |
public Scanner(org.apache.hadoop.hbase.KeyValue... kvs)
public boolean next(List<org.apache.hadoop.hbase.Cell> result, org.apache.hadoop.hbase.regionserver.ScannerContext scannerContext) throws IOException
next in interface org.apache.hadoop.hbase.regionserver.InternalScannerIOExceptionpublic void close() throws IOException
close in interface Closeableclose in interface AutoCloseableclose in interface org.apache.hadoop.hbase.regionserver.InternalScannerIOExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.