Uses of Enum
org.apache.hadoop.hbase.client.TableState.State
Package
Description
Provides HBase Client
-
Uses of TableState.State in org.apache.hadoop.hbase
Modifier and TypeMethodDescriptionstatic 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 type with the specified name.static TableState.State[]
TableState.State.values()
Returns an array containing the constants of this enum type, 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) protected void
MirroringTableStateManager.metaStateUpdated
(TableName tableName, TableState.State newState) Deprecated.protected void
TableStateManager.metaStateUpdated
(TableName tableName, TableState.State newState) void
TableStateManager.setTableState
(TableName tableName, TableState.State newState) Set table state to provided.private void
TableStateManager.updateMetaState
(TableName tableName, TableState.State newState) -
Uses of TableState.State in org.apache.hadoop.hbase.util
Modifier and TypeMethodDescriptionstatic Map<TableName,
TableState.State> ZKDataMigrator.queryForTableStates
(ZKWatcher zkw) Deprecated.Since 2.0.0.