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 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 tableMethods in org.apache.hadoop.hbase that return types with arguments of type TableStateModifier 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 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 TableStatestatic 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 TypeMethodDescriptionTableStateManager.getTableState
(TableName tableName) private TableState
TableStateManager.readMetaState
(TableName tableName) -
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.