Uses of Enum
org.apache.hadoop.hbase.client.TableState.State
Package
Description
Provides HBase Client
-
Uses of org.apache.hadoop.hbase.client.TableState.State in org.apache.hadoop.hbase
Modifier and TypeMethodDescriptionstatic void
MetaTableAccessor.updateTableState
(org.apache.hadoop.hbase.client.Connection conn, org.apache.hadoop.hbase.TableName tableName, org.apache.hadoop.hbase.client.TableState.State actual) Updates state in META Do not use. -
Uses of org.apache.hadoop.hbase.client.TableState.State in org.apache.hadoop.hbase.client
Modifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.client.TableState.State
TableState.State.convert
(org.apache.hadoop.hbase.shaded.protobuf.generated.HBaseProtos.TableState.State state) Covert from PB version of Stateorg.apache.hadoop.hbase.client.TableState.State
TableState.getState()
Returns table statestatic org.apache.hadoop.hbase.client.TableState.State
TableState.State.valueOf
(String name) static org.apache.hadoop.hbase.client.TableState.State[]
TableState.State.values()
Modifier and TypeMethodDescriptionboolean
TableState.inStates
(org.apache.hadoop.hbase.client.TableState.State state) Check that table in given statesboolean
TableState.inStates
(org.apache.hadoop.hbase.client.TableState.State... states) Check that table in given statesboolean
TableState.isInStates
(org.apache.hadoop.hbase.client.TableState.State... target) Static version of state checkerModifierConstructorDescriptionTableState
(org.apache.hadoop.hbase.TableName tableName, org.apache.hadoop.hbase.client.TableState.State state) Create instance of TableState. -
Uses of org.apache.hadoop.hbase.client.TableState.State in org.apache.hadoop.hbase.master
Modifier and TypeMethodDescriptionboolean
TableStateManager.isTableState
(org.apache.hadoop.hbase.TableName tableName, org.apache.hadoop.hbase.client.TableState.State... states) protected void
MirroringTableStateManager.metaStateUpdated
(org.apache.hadoop.hbase.TableName tableName, org.apache.hadoop.hbase.client.TableState.State newState) Deprecated.protected void
TableStateManager.metaStateUpdated
(org.apache.hadoop.hbase.TableName tableName, org.apache.hadoop.hbase.client.TableState.State newState) void
TableStateManager.setTableState
(org.apache.hadoop.hbase.TableName tableName, org.apache.hadoop.hbase.client.TableState.State newState) Set table state to provided. -
Uses of org.apache.hadoop.hbase.client.TableState.State in org.apache.hadoop.hbase.util
Modifier and TypeMethodDescriptionstatic Map<org.apache.hadoop.hbase.TableName,
org.apache.hadoop.hbase.client.TableState.State> ZKDataMigrator.queryForTableStates
(org.apache.hadoop.hbase.zookeeper.ZKWatcher zkw) Deprecated.Since 2.0.0.