| Package | Description |
|---|---|
| org.apache.hadoop.hbase | |
| org.apache.hadoop.hbase.client |
Provides HBase Client
|
| org.apache.hadoop.hbase.shaded.protobuf |
| Modifier and Type | Method and Description |
|---|---|
static TableState |
CatalogFamilyFormat.getTableState(Result r)
Decode table state from META Result.
|
| Modifier and Type | Method and Description |
|---|---|
static CompletableFuture<Optional<TableState>> |
ClientMetaTableAccessor.getTableState(AsyncTable<?> metaTable,
TableName tableName) |
| Modifier and Type | Method and Description |
|---|---|
static TableState |
TableState.convert(TableName tableName,
org.apache.hadoop.hbase.shaded.protobuf.generated.HBaseProtos.TableState tableState)
Covert from PB version of TableState
|
static TableState |
TableState.parseFrom(TableName tableName,
byte[] bytes) |
TableState |
HBaseHbck.setTableStateInMeta(TableState state) |
TableState |
Hbck.setTableStateInMeta(TableState state)
Update table state in Meta only.
|
| Modifier and Type | Method and Description |
|---|---|
TableState |
HBaseHbck.setTableStateInMeta(TableState state) |
TableState |
Hbck.setTableStateInMeta(TableState state)
Update table state in Meta only.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.SetTableStateInMetaRequest |
RequestConverter.buildSetTableStateInMetaRequest(TableState state)
Creates a protocol buffer SetTableStateInMetaRequest
|
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.