Uses of Enum Class
org.apache.hadoop.hbase.client.TableState.State
Packages that use TableState.State
Package
Description
Provides HBase Client
-
Uses of TableState.State in org.apache.hadoop.hbase
Methods in org.apache.hadoop.hbase with parameters of type TableState.StateModifier and TypeMethodDescriptionHBaseTestingUtility.explainTableState
(TableName table, TableState.State state) Deprecated.static void
MetaTableAccessor.updateTableState
(Connection conn, TableName tableName, TableState.State actual) Updates state in META Do not use. -
Uses of TableState.State in org.apache.hadoop.hbase.client
Fields in org.apache.hadoop.hbase.client declared as TableState.StateMethods in org.apache.hadoop.hbase.client that return TableState.StateModifier and TypeMethodDescriptionstatic TableState.State
TableState.State.convert
(org.apache.hadoop.hbase.shaded.protobuf.generated.HBaseProtos.TableState.State state) Covert from PB version of StateTableState.getState()
Returns table statestatic TableState.State
Returns the enum constant of this class with the specified name.static TableState.State[]
TableState.State.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.hbase.client with parameters of type TableState.StateModifier and TypeMethodDescriptionprivate static CompletableFuture<Boolean>
RawAsyncHBaseAdmin.completeCheckTableState
(CompletableFuture<Boolean> future, TableState tableState, Throwable error, TableState.State targetState, TableName tableName) Utility for completing passed TableStateCompletableFuture
future
using passed parameters.boolean
TableState.inStates
(TableState.State state) Check that table in given statesboolean
TableState.inStates
(TableState.State... states) Check that table in given statesboolean
TableState.isInStates
(TableState.State... target) Static version of state checkerConstructors in org.apache.hadoop.hbase.client with parameters of type TableState.StateModifierConstructorDescriptionTableState
(TableName tableName, TableState.State state) Create instance of TableState. -
Uses of TableState.State in org.apache.hadoop.hbase.master
Fields in org.apache.hadoop.hbase.master with type parameters of type TableState.StateModifier and TypeFieldDescriptionprivate final ConcurrentMap<TableName,
TableState.State> TableStateManager.tableName2State
Methods in org.apache.hadoop.hbase.master with parameters of type TableState.StateModifier and TypeMethodDescriptionTableStateManager.getTablesInStates
(TableState.State... states) Return all tables in given states.boolean
TableStateManager.isTableState
(TableName tableName, TableState.State... states) void
TableStateManager.setTableState
(TableName tableName, TableState.State newState) Set table state to provided.private void
TableStateManager.updateMetaState
(TableName tableName, TableState.State newState)