@InterfaceAudience.Private public class DelegatingInternalScanner extends Object implements InternalScanner
| Modifier and Type | Field and Description |
|---|---|
protected InternalScanner |
scanner |
| Constructor and Description |
|---|
DelegatingInternalScanner(InternalScanner scanner) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
next(List<Cell> result,
ScannerContext scannerContext) |
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
next in interface InternalScannerIOExceptionpublic void close() throws IOException
close in interface Closeableclose in interface AutoCloseableclose in interface InternalScannerIOExceptionCopyright © 2007–2019 Cloudera. All rights reserved.