Packages that use org.apache.hadoop.hbase.client.AsyncTable
-
Uses of org.apache.hadoop.hbase.client.AsyncTable in org.apache.hadoop.hbase
AsyncMetaTableAccessor.getRegionLocation(org.apache.hadoop.hbase.client.AsyncTable<?> metaTable,
byte[] regionName)
Returns the HRegionLocation from meta for the given region
AsyncMetaTableAccessor.getRegionLocationWithEncodedName(org.apache.hadoop.hbase.client.AsyncTable<?> metaTable,
byte[] encodedRegionName)
Returns the HRegionLocation from meta for the given encoded region name
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
AsyncMetaTableAccessor.getTableState(org.apache.hadoop.hbase.client.AsyncTable<?> metaTable,
org.apache.hadoop.hbase.TableName tableName)
AsyncMetaTableAccessor.tableExists(org.apache.hadoop.hbase.client.AsyncTable<?> metaTable,
org.apache.hadoop.hbase.TableName tableName)
-
org.apache.hadoop.hbase.client.AsyncTable<C>
AsyncTableBuilder.build()
Create the AsyncTable
instance.
default org.apache.hadoop.hbase.client.AsyncTable<org.apache.hadoop.hbase.client.AdvancedScanResultConsumer>
AsyncConnection.getTable(org.apache.hadoop.hbase.TableName tableName)
Retrieve an AsyncTable
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 an AsyncTable
implementation for accessing a table.