Uses of Interface
org.apache.hadoop.hbase.client.ScanResultConsumer
-
Uses of ScanResultConsumer in org.apache.hadoop.hbase.client
Modifier and TypeMethodDescriptiondefault AsyncTable<ScanResultConsumer>
AsyncConnection.getTable
(TableName tableName, ExecutorService pool) Retrieve anAsyncTable
implementation for accessing a table.AsyncConnection.getTableBuilder
(TableName tableName, ExecutorService pool) Returns anAsyncTableBuilder
for creatingAsyncTable
.AsyncConnectionImpl.getTableBuilder
(TableName tableName, ExecutorService pool) Modifier and TypeMethodDescriptionvoid
AsyncTableImpl.scan
(Scan scan, ScanResultConsumer consumer) private void
AsyncTableImpl.scan0
(Scan scan, ScanResultConsumer consumer)