Uses of Interface
org.apache.hadoop.hbase.client.ScanResultConsumerBase

Packages that use org.apache.hadoop.hbase.client.ScanResultConsumerBase
Package
Description
Provides HBase Client
  • Uses of org.apache.hadoop.hbase.client.ScanResultConsumerBase in org.apache.hadoop.hbase.client

    Classes in org.apache.hadoop.hbase.client with type parameters of type org.apache.hadoop.hbase.client.ScanResultConsumerBase in in
    Modifier and Type
    Interface
    Description
    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>
    For creating AsyncTable.
    Subinterfaces of org.apache.hadoop.hbase.client.ScanResultConsumerBase in in org.apache.hadoop.hbase.client
    Modifier and Type
    Interface
    Description
    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.