Package | Description |
---|---|
org.apache.hadoop.hbase | |
org.apache.hadoop.hbase.client |
Provides HBase Client
|
Modifier and Type | Method and Description |
---|---|
static CompletableFuture<Optional<HRegionLocation>> |
AsyncMetaTableAccessor.getRegionLocation(RawAsyncTable metaTable,
byte[] regionName)
Returns the HRegionLocation from meta for the given region
|
static CompletableFuture<Optional<HRegionLocation>> |
AsyncMetaTableAccessor.getRegionLocationWithEncodedName(RawAsyncTable metaTable,
byte[] encodedRegionName)
Returns the HRegionLocation from meta for the given encoded region name
|
static CompletableFuture<List<HRegionLocation>> |
AsyncMetaTableAccessor.getTableHRegionLocations(RawAsyncTable metaTable,
Optional<TableName> tableName)
Used to get all region locations for the specific table.
|
static CompletableFuture<Optional<TableState>> |
AsyncMetaTableAccessor.getTableState(RawAsyncTable metaTable,
TableName tableName) |
static CompletableFuture<Boolean> |
AsyncMetaTableAccessor.tableExists(RawAsyncTable metaTable,
TableName tableName) |
Modifier and Type | Method and Description |
---|---|
default RawAsyncTable |
AsyncConnection.getRawTable(TableName tableName)
Retrieve an
RawAsyncTable implementation for accessing a table. |
Modifier and Type | Method and Description |
---|---|
AsyncTableBuilder<RawAsyncTable> |
AsyncConnection.getRawTableBuilder(TableName tableName)
Returns an
AsyncTableBuilder for creating RawAsyncTable . |
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.