Uses of Class
org.apache.hadoop.hbase.client.TableState
Package
Description
Provides HBase Client
-
Uses of org.apache.hadoop.hbase.client.TableState in org.apache.hadoop.hbase
Modifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.client.TableState
MetaTableAccessor.getTableState
(org.apache.hadoop.hbase.client.Connection conn, org.apache.hadoop.hbase.TableName tableName) Fetch table state for given table from META tablestatic org.apache.hadoop.hbase.client.TableState
MetaTableAccessor.getTableState
(org.apache.hadoop.hbase.client.Result r) Decode table state from META Result.Modifier and TypeMethodDescriptionstatic CompletableFuture<Optional<org.apache.hadoop.hbase.client.TableState>>
AsyncMetaTableAccessor.getTableState
(org.apache.hadoop.hbase.client.AsyncTable<?> metaTable, org.apache.hadoop.hbase.TableName tableName) static Map<org.apache.hadoop.hbase.TableName,
org.apache.hadoop.hbase.client.TableState> MetaTableAccessor.getTableStates
(org.apache.hadoop.hbase.client.Connection conn) Fetch table states from META tableModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.client.Put
MetaTableAccessor.makePutFromTableState
(org.apache.hadoop.hbase.client.TableState state, long ts) Construct PUT for given state -
Uses of org.apache.hadoop.hbase.client.TableState in org.apache.hadoop.hbase.client
Modifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.client.TableState
TableState.convert
(org.apache.hadoop.hbase.TableName tableName, org.apache.hadoop.hbase.shaded.protobuf.generated.HBaseProtos.TableState tableState) Covert from PB version of TableStateorg.apache.hadoop.hbase.client.TableState
ClusterConnection.getTableState
(org.apache.hadoop.hbase.TableName tableName) Retrieve TableState, represent current table state.org.apache.hadoop.hbase.client.TableState
ConnectionImplementation.getTableState
(org.apache.hadoop.hbase.TableName tableName) static org.apache.hadoop.hbase.client.TableState
TableState.parseFrom
(org.apache.hadoop.hbase.TableName tableName, byte[] bytes) org.apache.hadoop.hbase.client.TableState
HBaseHbck.setTableStateInMeta
(org.apache.hadoop.hbase.client.TableState state) org.apache.hadoop.hbase.client.TableState
Hbck.setTableStateInMeta
(org.apache.hadoop.hbase.client.TableState state) Update table state in Meta only.Modifier and TypeMethodDescriptionorg.apache.hadoop.hbase.client.TableState
HBaseHbck.setTableStateInMeta
(org.apache.hadoop.hbase.client.TableState state) org.apache.hadoop.hbase.client.TableState
Hbck.setTableStateInMeta
(org.apache.hadoop.hbase.client.TableState state) Update table state in Meta only. -
Uses of org.apache.hadoop.hbase.client.TableState in org.apache.hadoop.hbase.master
Modifier and TypeMethodDescriptionorg.apache.hadoop.hbase.client.TableState
TableStateManager.getTableState
(org.apache.hadoop.hbase.TableName tableName) Modifier and TypeMethodDescriptionprotected void
MirroringTableStateManager.fixTableState
(org.apache.hadoop.hbase.client.TableState tableState) Deprecated.protected void
TableStateManager.fixTableState
(org.apache.hadoop.hbase.client.TableState tableState) For subclasses in case they want to do fixup post hbase:meta. -
Uses of org.apache.hadoop.hbase.client.TableState in org.apache.hadoop.hbase.shaded.protobuf
Modifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.SetTableStateInMetaRequest
RequestConverter.buildSetTableStateInMetaRequest
(org.apache.hadoop.hbase.client.TableState state) Creates a protocol buffer SetTableStateInMetaRequest