public class TablestorageTable.Scanner
extends org.apache.hadoop.hbase.client.AbstractClientScanner
| Constructor and Description |
|---|
Scanner(TableStorageAdaptor adaptor,
ExecutorService pool,
org.apache.hadoop.hbase.client.Scan scan,
String tableName) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
org.apache.hadoop.hbase.client.Result |
next() |
org.apache.hadoop.hbase.client.Result[] |
next(int nbRows) |
boolean |
renewLease() |
getScanMetrics, initScanMetrics, iteratorclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic Scanner(TableStorageAdaptor adaptor, ExecutorService pool, org.apache.hadoop.hbase.client.Scan scan, String tableName)
public org.apache.hadoop.hbase.client.Result next()
throws IOException
IOExceptionpublic org.apache.hadoop.hbase.client.Result[] next(int nbRows)
throws IOException
next in interface org.apache.hadoop.hbase.client.ResultScannernext in class org.apache.hadoop.hbase.client.AbstractClientScannerIOExceptionpublic void close()
public boolean renewLease()
renewLease in class org.apache.hadoop.hbase.client.AbstractClientScannerCopyright © 2021. All rights reserved.