Uses of Enum Class
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 TypeMethodDescriptionHBaseTestingUtility.explainTableState
(org.apache.hadoop.hbase.TableName table, org.apache.hadoop.hbase.client.TableState.State state) Deprecated.static 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) void
TableStateManager.setTableState
(org.apache.hadoop.hbase.TableName tableName, org.apache.hadoop.hbase.client.TableState.State newState) Set table state to provided.