@InterfaceAudience.Private @InterfaceStability.Stable public class MergeScanner extends Object implements ResultScanner
| 限定符和类型 | 方法和说明 |
|---|---|
void |
close()
Closes the scanner and releases any resources it has allocated
|
ScanMetrics |
getScanMetrics() |
static Result |
mergeResultsOfSameRow(Result r1,
Result r2,
int maxVersions) |
Result |
next()
Grab the next row's worth of values.
|
boolean |
renewLease()
Allow the client to renew the scanner's lease on the server.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waititerator, nextforEach, spliteratorpublic Result next() throws IOException
ResultScannernext 在接口中 ResultScannerIOException - epublic void close()
ResultScannerclose 在接口中 Closeableclose 在接口中 AutoCloseableclose 在接口中 ResultScannerpublic boolean renewLease()
ResultScannerrenewLease 在接口中 ResultScannerpublic ScanMetrics getScanMetrics()
getScanMetrics 在接口中 ResultScannernull if we do not enable metrics.Copyright © 2007–2019. All rights reserved.