Uses of Interface
org.apache.hadoop.hbase.client.ScanResultConsumerBase
Packages that use ScanResultConsumerBase
-
Uses of ScanResultConsumerBase in org.apache.hadoop.hbase
Classes in org.apache.hadoop.hbase that implement ScanResultConsumerBaseModifier and TypeClassDescriptionprivate static final class
-
Uses of ScanResultConsumerBase in org.apache.hadoop.hbase.client
Classes in org.apache.hadoop.hbase.client with type parameters of type ScanResultConsumerBaseModifier 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.Subinterfaces of ScanResultConsumerBase in org.apache.hadoop.hbase.clientModifier and TypeInterfaceDescriptioninterface
This is the low level API for asynchronous scan.interface
ReceivesResult
for an asynchronous scan.Classes in org.apache.hadoop.hbase.client that implement ScanResultConsumerBaseModifier and TypeClassDescription(package private) class
TheResultScanner
implementation forRawAsyncTableImpl
.