Uses of Class
org.apache.hadoop.hbase.client.TableState
Packages that use TableState
Package
Description
Provides HBase Client
-
Uses of TableState in org.apache.hadoop.hbase
Methods in org.apache.hadoop.hbase that return TableStateModifier and TypeMethodDescriptionstatic TableState
MetaTableAccessor.getTableState
(Connection conn, TableName tableName) Fetch table state for given table from META tablestatic TableState
MetaTableAccessor.getTableState
(Result r) Decode table state from META Result.Methods in org.apache.hadoop.hbase that return types with arguments of type TableStateModifier and TypeMethodDescriptionstatic CompletableFuture<Optional<TableState>>
AsyncMetaTableAccessor.getTableState
(AsyncTable<?> metaTable, TableName tableName) private static Optional<TableState>
AsyncMetaTableAccessor.getTableState
(Result r) static Map<TableName,
TableState> MetaTableAccessor.getTableStates
(Connection conn) Fetch table states from META tableMethods in org.apache.hadoop.hbase with parameters of type TableStateModifier and TypeMethodDescriptionstatic Put
MetaTableAccessor.makePutFromTableState
(TableState state, long ts) Construct PUT for given stateprivate static void
MetaTableAccessor.updateTableState
(Connection connection, TableState state) Update state of the table in meta. -
Uses of TableState in org.apache.hadoop.hbase.client
Methods in org.apache.hadoop.hbase.client that return TableStateModifier and TypeMethodDescriptionstatic TableState
TableState.convert
(TableName tableName, org.apache.hadoop.hbase.shaded.protobuf.generated.HBaseProtos.TableState tableState) Covert from PB version of TableStateClusterConnection.getTableState
(TableName tableName) Retrieve TableState, represent current table state.ConnectionImplementation.getTableState
(TableName tableName) static TableState
HBaseHbck.setTableStateInMeta
(TableState state) Hbck.setTableStateInMeta
(TableState state) Update table state in Meta only.Methods in org.apache.hadoop.hbase.client with parameters of type TableStateModifier 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.HBaseHbck.setTableStateInMeta
(TableState state) Hbck.setTableStateInMeta
(TableState state) Update table state in Meta only. -
Uses of TableState in org.apache.hadoop.hbase.master
Methods in org.apache.hadoop.hbase.master that return TableStateModifier and TypeMethodDescriptionprivate TableState
TableNamespaceManager.getTableState()
TableStateManager.getTableState
(TableName tableName) private TableState
TableStateManager.readMetaState
(TableName tableName) Methods in org.apache.hadoop.hbase.master with parameters of type TableStateModifier and TypeMethodDescriptionprotected void
MirroringTableStateManager.fixTableState
(TableState tableState) Deprecated.protected void
TableStateManager.fixTableState
(TableState tableState) For subclasses in case they want to do fixup post hbase:meta.private void
MirroringTableStateManager.updateZooKeeper
(TableState tableState) Deprecated. -
Uses of TableState in org.apache.hadoop.hbase.util
Fields in org.apache.hadoop.hbase.util with type parameters of type TableStateModifier and TypeFieldDescriptionprivate Map<TableName,
TableState> HBaseFsck.tableStates
Deprecated.