Uses of Class
org.apache.hadoop.hbase.client.TableState

Packages that use org.apache.hadoop.hbase.client.TableState
  • 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 in
    Modifier and Type
    Method
    Description
    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 table
    static org.apache.hadoop.hbase.client.TableState
    MetaTableAccessor.getTableState(org.apache.hadoop.hbase.client.Result r)
    Decode table state from META Result.
    Methods in org.apache.hadoop.hbase that return types with arguments of type org.apache.hadoop.hbase.client.TableState in in
    Modifier and Type
    Method
    Description
    static 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 table
    Methods in org.apache.hadoop.hbase with parameters of type org.apache.hadoop.hbase.client.TableState in in
    Modifier and Type
    Method
    Description
    static 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 in
    Modifier and Type
    Method
    Description
    static 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 TableState
    org.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.
    Methods in org.apache.hadoop.hbase.client with parameters of type org.apache.hadoop.hbase.client.TableState in in
    Modifier and Type
    Method
    Description
    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.
  • 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 in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.client.TableState
    TableStateManager.getTableState(org.apache.hadoop.hbase.TableName tableName)
     
    Methods in org.apache.hadoop.hbase.master with parameters of type org.apache.hadoop.hbase.client.TableState in in
    Modifier and Type
    Method
    Description
    protected 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

    Methods in org.apache.hadoop.hbase.shaded.protobuf with parameters of type org.apache.hadoop.hbase.client.TableState in in
    Modifier and Type
    Method
    Description
    static org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.SetTableStateInMetaRequest
    RequestConverter.buildSetTableStateInMetaRequest(org.apache.hadoop.hbase.client.TableState state)
    Creates a protocol buffer SetTableStateInMetaRequest