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 anAsyncTableimplementation for accessing a table.AsyncConnection.getTableBuilder(TableName tableName, ExecutorService pool) Returns anAsyncTableBuilderfor creatingAsyncTable.AsyncConnectionImpl.getTableBuilder(TableName tableName, ExecutorService pool) Methods in org.apache.hadoop.hbase.client with parameters of type ScanResultConsumerModifier and TypeMethodDescriptionvoidAsyncTableImpl.scan(Scan scan, ScanResultConsumer consumer) private voidAsyncTableImpl.scan0(Scan scan, ScanResultConsumer consumer)