@InterfaceAudience.Private public class DelegatingInternalScanner extends Object implements org.apache.hadoop.hbase.regionserver.InternalScanner
| Modifier and Type | Field and Description | 
|---|---|
protected org.apache.hadoop.hbase.regionserver.InternalScanner | 
scanner  | 
| Constructor and Description | 
|---|
DelegatingInternalScanner(org.apache.hadoop.hbase.regionserver.InternalScanner scanner)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
close()  | 
boolean | 
next(List<org.apache.hadoop.hbase.Cell> result,
    org.apache.hadoop.hbase.regionserver.ScannerContext scannerContext)  | 
protected final org.apache.hadoop.hbase.regionserver.InternalScanner scanner
public DelegatingInternalScanner(org.apache.hadoop.hbase.regionserver.InternalScanner scanner)
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–2019 The Apache Software Foundation. All rights reserved.