Uses of Interface
org.apache.hadoop.hbase.client.AdvancedScanResultConsumer
Packages that use org.apache.hadoop.hbase.client.AdvancedScanResultConsumer
-
Uses of org.apache.hadoop.hbase.client.AdvancedScanResultConsumer in org.apache.hadoop.hbase
Method parameters in org.apache.hadoop.hbase with type arguments of type org.apache.hadoop.hbase.client.AdvancedScanResultConsumer in inModifier and TypeMethodDescriptionstatic CompletableFuture<List<org.apache.hadoop.hbase.HRegionLocation>>
AsyncMetaTableAccessor.getTableHRegionLocations
(org.apache.hadoop.hbase.client.AsyncTable<org.apache.hadoop.hbase.client.AdvancedScanResultConsumer> metaTable, org.apache.hadoop.hbase.TableName tableName) Used to get all region locations for the specific table -
Uses of org.apache.hadoop.hbase.client.AdvancedScanResultConsumer in org.apache.hadoop.hbase.client
Methods in org.apache.hadoop.hbase.client that return types with arguments of type org.apache.hadoop.hbase.client.AdvancedScanResultConsumer in inModifier and TypeMethodDescriptiondefault org.apache.hadoop.hbase.client.AsyncTable<org.apache.hadoop.hbase.client.AdvancedScanResultConsumer>
AsyncConnection.getTable
(org.apache.hadoop.hbase.TableName tableName) Retrieve anAsyncTable
implementation for accessing a table.org.apache.hadoop.hbase.client.AsyncTableBuilder<org.apache.hadoop.hbase.client.AdvancedScanResultConsumer>
AsyncConnection.getTableBuilder
(org.apache.hadoop.hbase.TableName tableName) Returns anAsyncTableBuilder
for creatingAsyncTable
.org.apache.hadoop.hbase.client.AsyncTableBuilder<org.apache.hadoop.hbase.client.AdvancedScanResultConsumer>
AsyncConnectionImpl.getTableBuilder
(org.apache.hadoop.hbase.TableName tableName)