Uses of Interface
org.apache.hadoop.hbase.client.ScanResultConsumerBase
-
Uses of ScanResultConsumerBase in org.apache.hadoop.hbase
Modifier and TypeClassDescriptionprivate static final class
-
Uses of ScanResultConsumerBase in org.apache.hadoop.hbase.client
Modifier and TypeInterfaceDescriptioninterface
AsyncTable<C extends ScanResultConsumerBase>
The interface for asynchronous version of Table.interface
AsyncTableBuilder<C extends ScanResultConsumerBase>
For creatingAsyncTable
.(package private) class
AsyncTableBuilderBase<C extends ScanResultConsumerBase>
Base class for all asynchronous table builders.Modifier and TypeInterfaceDescriptioninterface
This is the low level API for asynchronous scan.interface
ReceivesResult
for an asynchronous scan.Modifier and TypeClassDescription(package private) class
TheResultScanner
implementation forRawAsyncTableImpl
.