Uses of Enum Class
org.apache.hadoop.hbase.client.TableState.State
Package
Description
Provides HBase Client
-
Uses of TableState.State in org.apache.hadoop.hbase
Modifier 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
Modifier 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.Modifier 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 checkerModifierConstructorDescriptionTableState
(TableName tableName, TableState.State state) Create instance of TableState. -
Uses of TableState.State in org.apache.hadoop.hbase.master
Modifier and TypeFieldDescriptionprivate final ConcurrentMap<TableName,
TableState.State> TableStateManager.tableName2State
Modifier 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)