private static class Export.ScanCoprocessor extends Object
Constructor and Description |
---|
ScanCoprocessor(Region region) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
checkScannerClose(InternalScanner s) |
(package private) RegionScanner |
checkScannerOpen(Scan scan) |
(package private) boolean |
postScannerNext(InternalScanner s,
List<Result> results,
int limit,
boolean hasMore) |
(package private) boolean |
preScannerNext(InternalScanner s,
List<Result> results,
int limit) |
ScanCoprocessor(Region region)
RegionScanner checkScannerOpen(Scan scan) throws IOException
IOException
void checkScannerClose(InternalScanner s) throws IOException
IOException
boolean preScannerNext(InternalScanner s, List<Result> results, int limit) throws IOException
IOException
boolean postScannerNext(InternalScanner s, List<Result> results, int limit, boolean hasMore) throws IOException
IOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.