Uses of Interface
org.apache.hadoop.hbase.client.ScanResultConsumerBase
Packages that use org.apache.hadoop.hbase.client.ScanResultConsumerBase
-
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 inModifier and TypeInterfaceDescriptioninterfaceorg.apache.hadoop.hbase.client.AsyncTable<C extends org.apache.hadoop.hbase.client.ScanResultConsumerBase>The interface for asynchronous version of Table.interfaceorg.apache.hadoop.hbase.client.AsyncTableBuilder<C extends org.apache.hadoop.hbase.client.ScanResultConsumerBase>For creatingAsyncTable.Subinterfaces of org.apache.hadoop.hbase.client.ScanResultConsumerBase in in org.apache.hadoop.hbase.clientModifier and TypeInterfaceDescriptioninterfaceorg.apache.hadoop.hbase.client.AdvancedScanResultConsumerThis is the low level API for asynchronous scan.interfaceorg.apache.hadoop.hbase.client.ScanResultConsumerReceivesResultfor an asynchronous scan.