Uses of Enum
org.apache.hadoop.hbase.client.TableState.State

Packages that use org.apache.hadoop.hbase.client.TableState.State
  • Uses of org.apache.hadoop.hbase.client.TableState.State in org.apache.hadoop.hbase

    Methods in org.apache.hadoop.hbase with parameters of type org.apache.hadoop.hbase.client.TableState.State in in
    Modifier and Type
    Method
    Description
    static void
    MetaTableAccessor.updateTableState(org.apache.hadoop.hbase.client.Connection conn, org.apache.hadoop.hbase.TableName tableName, org.apache.hadoop.hbase.client.TableState.State actual)
    Updates state in META Do not use.
  • Uses of org.apache.hadoop.hbase.client.TableState.State in org.apache.hadoop.hbase.client

    Methods in org.apache.hadoop.hbase.client that return org.apache.hadoop.hbase.client.TableState.State in in
    Modifier and Type
    Method
    Description
    static org.apache.hadoop.hbase.client.TableState.State
    TableState.State.convert(org.apache.hadoop.hbase.shaded.protobuf.generated.HBaseProtos.TableState.State state)
    Covert from PB version of State
    org.apache.hadoop.hbase.client.TableState.State
    TableState.getState()
    Returns table state
    static org.apache.hadoop.hbase.client.TableState.State
    TableState.State.valueOf(String name)
     
    static org.apache.hadoop.hbase.client.TableState.State[]
    TableState.State.values()
     
    Methods in org.apache.hadoop.hbase.client with parameters of type org.apache.hadoop.hbase.client.TableState.State in in
    Modifier and Type
    Method
    Description
    boolean
    TableState.inStates(org.apache.hadoop.hbase.client.TableState.State state)
    Check that table in given states
    boolean
    TableState.inStates(org.apache.hadoop.hbase.client.TableState.State... states)
    Check that table in given states
    boolean
    TableState.isInStates(org.apache.hadoop.hbase.client.TableState.State... target)
    Static version of state checker
    Constructors in org.apache.hadoop.hbase.client with parameters of type org.apache.hadoop.hbase.client.TableState.State in in
    Modifier
    Constructor
    Description
     
    TableState(org.apache.hadoop.hbase.TableName tableName, org.apache.hadoop.hbase.client.TableState.State state)
    Create instance of TableState.
  • Uses of org.apache.hadoop.hbase.client.TableState.State in org.apache.hadoop.hbase.master

    Methods in org.apache.hadoop.hbase.master with parameters of type org.apache.hadoop.hbase.client.TableState.State in in
    Modifier and Type
    Method
    Description
    boolean
    TableStateManager.isTableState(org.apache.hadoop.hbase.TableName tableName, org.apache.hadoop.hbase.client.TableState.State... states)
     
    protected void
    MirroringTableStateManager.metaStateUpdated(org.apache.hadoop.hbase.TableName tableName, org.apache.hadoop.hbase.client.TableState.State newState)
    Deprecated.
     
    protected void
    TableStateManager.metaStateUpdated(org.apache.hadoop.hbase.TableName tableName, org.apache.hadoop.hbase.client.TableState.State newState)
     
    void
    TableStateManager.setTableState(org.apache.hadoop.hbase.TableName tableName, org.apache.hadoop.hbase.client.TableState.State newState)
    Set table state to provided.
  • Uses of org.apache.hadoop.hbase.client.TableState.State in org.apache.hadoop.hbase.util

    Methods in org.apache.hadoop.hbase.util that return types with arguments of type org.apache.hadoop.hbase.client.TableState.State in in
    Modifier and Type
    Method
    Description
    static Map<org.apache.hadoop.hbase.TableName,org.apache.hadoop.hbase.client.TableState.State>
    ZKDataMigrator.queryForTableStates(org.apache.hadoop.hbase.zookeeper.ZKWatcher zkw)
    Deprecated.
    Since 2.0.0.