Uses of Class
org.apache.hadoop.hbase.client.TableState
Package
Description
Provides HBase Client
-
Uses of TableState in org.apache.hadoop.hbase
Modifier 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.Modifier 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 tableModifier 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
Modifier 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.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.HBaseHbck.setTableStateInMeta
(TableState state) Hbck.setTableStateInMeta
(TableState state) Update table state in Meta only. -
Uses of TableState in org.apache.hadoop.hbase.master
Modifier and TypeMethodDescriptionprivate TableState
TableNamespaceManager.getTableState()
TableStateManager.getTableState
(TableName tableName) private TableState
TableStateManager.readMetaState
(TableName tableName) Modifier 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
Modifier and TypeFieldDescriptionprivate Map<TableName,
TableState> HBaseFsck.tableStates
Deprecated.