Uses of Interface
org.apache.hadoop.hbase.client.ScanResultConsumer
Packages that use ScanResultConsumer
-
Uses of ScanResultConsumer in org.apache.hadoop.hbase.client
Methods in org.apache.hadoop.hbase.client that return types with arguments of type ScanResultConsumerModifier 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) SharedAsyncConnection.getTableBuilder
(TableName tableName, ExecutorService pool) Methods in org.apache.hadoop.hbase.client with parameters of type ScanResultConsumerModifier and TypeMethodDescriptionvoid
AsyncTableImpl.scan
(Scan scan, ScanResultConsumer consumer) private void
AsyncTableImpl.scan0
(Scan scan, ScanResultConsumer consumer)