类 TablestorageTable.Scanner
- java.lang.Object
-
- org.apache.hadoop.hbase.client.AbstractClientScanner
-
- com.baidubce.services.tablestoragehbaseclient.hbase.TablestorageTable.Scanner
-
- 所有已实现的接口:
Closeable,AutoCloseable,Iterable<org.apache.hadoop.hbase.client.Result>,org.apache.hadoop.hbase.client.ResultScanner
- 封闭类:
- TablestorageTable
public class TablestorageTable.Scanner extends org.apache.hadoop.hbase.client.AbstractClientScanner
-
-
构造器概要
构造器 构造器 说明 Scanner(TableStorageAdaptor adaptor, ExecutorService pool, org.apache.hadoop.hbase.client.Scan scan, String tableName)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidclose()org.apache.hadoop.hbase.client.Resultnext()org.apache.hadoop.hbase.client.Result[]next(int nbRows)booleanrenewLease()-
从类继承的方法 org.apache.hadoop.hbase.client.AbstractClientScanner
getScanMetrics, initScanMetrics, iterator
-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 java.lang.Iterable
forEach, spliterator
-
-
-
-
构造器详细资料
-
Scanner
public Scanner(TableStorageAdaptor adaptor, ExecutorService pool, org.apache.hadoop.hbase.client.Scan scan, String tableName)
-
-
方法详细资料
-
next
public org.apache.hadoop.hbase.client.Result next() throws IOException- 抛出:
IOException
-
next
public org.apache.hadoop.hbase.client.Result[] next(int nbRows) throws IOException- 指定者:
next在接口中org.apache.hadoop.hbase.client.ResultScanner- 覆盖:
next在类中org.apache.hadoop.hbase.client.AbstractClientScanner- 抛出:
IOException
-
close
public void close()
-
renewLease
public boolean renewLease()
- 指定者:
renewLease在类中org.apache.hadoop.hbase.client.AbstractClientScanner
-
-