Uses of Class
org.apache.hadoop.hbase.client.TableState
Package
Description
Provides HBase Client
-
Uses of TableState in org.apache.hadoop.hbase
Modifier and TypeMethodDescriptionHBaseTestingUtility.findLastTableState
(TableName table) Deprecated.static TableState
CatalogFamilyFormat.getTableState
(Result r) Decode table state from META Result.static TableState
MetaTableAccessor.getTableState
(Connection conn, TableName tableName) Fetch table state for given table from META tableModifier and TypeMethodDescriptionstatic CompletableFuture<Optional<TableState>>
ClientMetaTableAccessor.getTableState
(AsyncTable<?> metaTable, TableName tableName) private static Optional<TableState>
ClientMetaTableAccessor.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 TableStatestatic 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 TypeMethodDescriptionTableStateManager.getTableState
(TableName tableName) private TableState
TableStateManager.readMetaState
(TableName tableName) -
Uses of TableState in org.apache.hadoop.hbase.util
Modifier and TypeFieldDescriptionprivate Map<TableName,
TableState> HBaseFsck.tableStates
Deprecated.