Uses of Class
org.apache.hadoop.hbase.client.TableState
Packages that use org.apache.hadoop.hbase.client.TableState
Package
Description
Provides HBase Client
-
Uses of org.apache.hadoop.hbase.client.TableState in org.apache.hadoop.hbase
Methods in org.apache.hadoop.hbase that return org.apache.hadoop.hbase.client.TableState in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.client.TableState
HBaseTestingUtility.findLastTableState
(org.apache.hadoop.hbase.TableName table) Deprecated.static org.apache.hadoop.hbase.client.TableState
CatalogFamilyFormat.getTableState
(org.apache.hadoop.hbase.client.Result r) Decode table state from META Result.static 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 tableMethods in org.apache.hadoop.hbase that return types with arguments of type org.apache.hadoop.hbase.client.TableState in inModifier and TypeMethodDescriptionstatic CompletableFuture<Optional<org.apache.hadoop.hbase.client.TableState>>
ClientMetaTableAccessor.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 tableMethods in org.apache.hadoop.hbase with parameters of type org.apache.hadoop.hbase.client.TableState in inModifier 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
Methods in org.apache.hadoop.hbase.client that return org.apache.hadoop.hbase.client.TableState in inModifier 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 TableStatestatic 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.Methods in org.apache.hadoop.hbase.client with parameters of type org.apache.hadoop.hbase.client.TableState in inModifier 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
Methods in org.apache.hadoop.hbase.master that return org.apache.hadoop.hbase.client.TableState in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.client.TableState
TableStateManager.getTableState
(org.apache.hadoop.hbase.TableName tableName) -
Uses of org.apache.hadoop.hbase.client.TableState in org.apache.hadoop.hbase.shaded.protobuf
Methods in org.apache.hadoop.hbase.shaded.protobuf with parameters of type org.apache.hadoop.hbase.client.TableState in inModifier 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