@InterfaceAudience.Private public class DelegatingInternalScanner extends Object implements InternalScanner
InternalScanner.| Modifier and Type | Field and Description | 
|---|---|
| protected InternalScanner | scanner | 
| Constructor and Description | 
|---|
| DelegatingInternalScanner(InternalScanner scanner) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | close()Closes the scanner and releases any resources it has allocated | 
| boolean | next(List<Cell> result,
    ScannerContext scannerContext)Grab the next row's worth of values. | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnextprotected final InternalScanner scanner
public DelegatingInternalScanner(InternalScanner scanner)
public boolean next(List<Cell> result, ScannerContext scannerContext) throws IOException
InternalScannernext in interface InternalScannerresult - return output arrayIOException - epublic void close() throws IOException
InternalScannerclose in interface Closeableclose in interface AutoCloseableclose in interface InternalScannerIOExceptionCopyright © 2007–2021 The Apache Software Foundation. All rights reserved.