Uses of Enum
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 TypeMethodDescriptionstatic 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 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.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 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) protected voidMirroringTableStateManager.metaStateUpdated(TableName tableName, TableState.State newState) Deprecated.protected voidTableStateManager.metaStateUpdated(TableName tableName, TableState.State newState) voidTableStateManager.setTableState(TableName tableName, TableState.State newState) Set table state to provided.private voidTableStateManager.updateMetaState(TableName tableName, TableState.State newState) -
Uses of TableState.State in org.apache.hadoop.hbase.util
Methods in org.apache.hadoop.hbase.util that return types with arguments of type TableState.StateModifier and TypeMethodDescriptionstatic Map<TableName,TableState.State> ZKDataMigrator.queryForTableStates(ZKWatcher zkw) Deprecated.Since 2.0.0.