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 voidMetaTableAccessor.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.StateTableState.State.convert(org.apache.hadoop.hbase.shaded.protobuf.generated.HBaseProtos.TableState.State state) Covert from PB version of StateTableState.getState()Returns table statestatic TableState.StateReturns 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, Optional<TableState> tableState, Throwable error, TableState.State targetState, TableName tableName) Utility for completing passed TableStateCompletableFuturefutureusing passed parameters.booleanTableState.inStates(TableState.State state) Check that table in given statesbooleanTableState.inStates(TableState.State... states) Check that table in given statesbooleanTableState.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.tableName2StateMethods in org.apache.hadoop.hbase.master with parameters of type TableState.StateModifier and TypeMethodDescriptionTableStateManager.getTablesInStates(TableState.State... states) Return all tables in given states.booleanTableStateManager.isTableState(TableName tableName, TableState.State... states) voidTableStateManager.setTableState(TableName tableName, TableState.State newState) Set table state to provided.private voidTableStateManager.updateMetaState(TableName tableName, TableState.State newState)