| Package | Description | 
|---|---|
| org.apache.hadoop.hbase | |
| org.apache.hadoop.hbase.client | 
 Provides HBase Client 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
MetaTableAccessor.updateTableState(Connection conn,
                TableName tableName,
                TableState.State actual)
Updates state in META
 Do not use. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static TableState.State | 
TableState.State.convert(org.apache.hadoop.hbase.shaded.protobuf.generated.HBaseProtos.TableState.State state)
Covert from PB version of State 
 | 
TableState.State | 
TableState.getState()  | 
static TableState.State | 
TableState.State.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static TableState.State[] | 
TableState.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
TableState.inStates(TableState.State... states)
Check that table in given states 
 | 
boolean | 
TableState.inStates(TableState.State state)
Check that table in given states 
 | 
boolean | 
TableState.isInStates(TableState.State... target)
Static version of state checker 
 | 
| Constructor and Description | 
|---|
TableState(TableName tableName,
          TableState.State state)
Create instance of TableState. 
 | 
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.