Packages that use org.apache.hadoop.hbase.client.ScanResultConsumerBase
-
Uses of org.apache.hadoop.hbase.client.ScanResultConsumerBase in org.apache.hadoop.hbase.client
interface
org.apache.hadoop.hbase.client.AsyncTable<C extends org.apache.hadoop.hbase.client.ScanResultConsumerBase>
The interface for asynchronous version of Table.
interface
org.apache.hadoop.hbase.client.AsyncTableBuilder<C extends org.apache.hadoop.hbase.client.ScanResultConsumerBase>
interface
org.apache.hadoop.hbase.client.AdvancedScanResultConsumer
This is the low level API for asynchronous scan.
interface
org.apache.hadoop.hbase.client.ScanResultConsumer
Receives Result
for an asynchronous scan.