Uses of Enum
org.apache.hadoop.hbase.client.TableState.State
Packages that use 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
Methods in org.apache.hadoop.hbase with parameters of type org.apache.hadoop.hbase.client.TableState.State in inModifier 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
Methods in org.apache.hadoop.hbase.client that return org.apache.hadoop.hbase.client.TableState.State in inModifier 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()
Methods in org.apache.hadoop.hbase.client with parameters of type org.apache.hadoop.hbase.client.TableState.State in inModifier 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 checkerConstructors in org.apache.hadoop.hbase.client with parameters of type org.apache.hadoop.hbase.client.TableState.State in inModifierConstructorDescriptionTableState
(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
Methods in org.apache.hadoop.hbase.master with parameters of type org.apache.hadoop.hbase.client.TableState.State in inModifier 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
Methods in org.apache.hadoop.hbase.util that return types with arguments of type org.apache.hadoop.hbase.client.TableState.State in inModifier 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.