public class SnapshotFilterImpl.TransactionalClientScanner extends Object implements org.apache.hadoop.hbase.client.ResultScanner
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
org.apache.hadoop.hbase.client.metrics.ScanMetrics |
getScanMetrics() |
Iterator<org.apache.hadoop.hbase.client.Result> |
iterator() |
org.apache.hadoop.hbase.client.Result |
next() |
org.apache.hadoop.hbase.client.Result[] |
next(int nbRows) |
boolean |
renewLease() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic org.apache.hadoop.hbase.client.Result next()
throws IOException
next in interface org.apache.hadoop.hbase.client.ResultScannerIOExceptionpublic org.apache.hadoop.hbase.client.Result[] next(int nbRows)
throws IOException
next in interface org.apache.hadoop.hbase.client.ResultScannerIOExceptionpublic void close()
close in interface Closeableclose in interface AutoCloseableclose in interface org.apache.hadoop.hbase.client.ResultScannerpublic org.apache.hadoop.hbase.client.metrics.ScanMetrics getScanMetrics()
getScanMetrics in interface org.apache.hadoop.hbase.client.ResultScannerpublic boolean renewLease()
renewLease in interface org.apache.hadoop.hbase.client.ResultScannerCopyright © 2011–2020 Apache Software Foundation. All rights reserved.