Uses of Interface
org.apache.hadoop.hbase.client.AsyncTable
Packages that use org.apache.hadoop.hbase.client.AsyncTable
-
Uses of org.apache.hadoop.hbase.client.AsyncTable in org.apache.hadoop.hbase
Methods in org.apache.hadoop.hbase with parameters of type org.apache.hadoop.hbase.client.AsyncTable in inModifier and TypeMethodDescriptionstatic CompletableFuture<Optional<org.apache.hadoop.hbase.HRegionLocation>>
AsyncMetaTableAccessor.getRegionLocation
(org.apache.hadoop.hbase.client.AsyncTable<?> metaTable, byte[] regionName) Returns the HRegionLocation from meta for the given regionstatic CompletableFuture<Optional<org.apache.hadoop.hbase.HRegionLocation>>
AsyncMetaTableAccessor.getRegionLocationWithEncodedName
(org.apache.hadoop.hbase.client.AsyncTable<?> metaTable, byte[] encodedRegionName) Returns the HRegionLocation from meta for the given encoded region namestatic 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 tablestatic CompletableFuture<Optional<org.apache.hadoop.hbase.client.TableState>>
AsyncMetaTableAccessor.getTableState
(org.apache.hadoop.hbase.client.AsyncTable<?> metaTable, org.apache.hadoop.hbase.TableName tableName) static CompletableFuture<Boolean>
AsyncMetaTableAccessor.tableExists
(org.apache.hadoop.hbase.client.AsyncTable<?> metaTable, org.apache.hadoop.hbase.TableName tableName) -
Uses of org.apache.hadoop.hbase.client.AsyncTable in org.apache.hadoop.hbase.client
Methods in org.apache.hadoop.hbase.client that return org.apache.hadoop.hbase.client.AsyncTable in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.client.AsyncTable<C>
AsyncTableBuilder.build()
Create theAsyncTable
instance.default 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.default org.apache.hadoop.hbase.client.AsyncTable<org.apache.hadoop.hbase.client.ScanResultConsumer>
AsyncConnection.getTable
(org.apache.hadoop.hbase.TableName tableName, ExecutorService pool) Retrieve anAsyncTable
implementation for accessing a table.