public static class TestCompactor.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.InternalScanner
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in interface org.apache.hadoop.hbase.regionserver.InternalScanner
IOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.