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 TableStateCatalogFamilyFormat.getTableState(Result r) Decode table state from META Result.static TableStateMetaTableAccessor.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 PutMetaTableAccessor.makePutFromTableState(TableState state, long ts) Construct PUT for given stateprivate static voidMetaTableAccessor.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 TableStateTableState.convert(TableName tableName, org.apache.hadoop.hbase.shaded.protobuf.generated.HBaseProtos.TableState tableState) Covert from PB version of TableStatestatic TableStateHBaseHbck.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 TypeMethodDescriptionHBaseHbck.setTableStateInMeta(TableState state) Hbck.setTableStateInMeta(TableState state) Update table state in Meta only.Method parameters in org.apache.hadoop.hbase.client with type arguments of type TableStateModifier and TypeMethodDescriptionprivate static CompletableFuture<Boolean>RawAsyncHBaseAdmin.completeCheckTableState(CompletableFuture<Boolean> future, Optional<TableState> tableState, Throwable error, TableState.State targetState, TableName tableName) Utility for completing passed TableStateCompletableFuturefutureusing passed parameters. -
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 TableStateTableStateManager.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.tableStatesDeprecated.