Uses of Class
org.apache.hadoop.hbase.rsgroup.RSGroupInfo

Packages that use org.apache.hadoop.hbase.rsgroup.RSGroupInfo
  • Uses of org.apache.hadoop.hbase.rsgroup.RSGroupInfo in org.apache.hadoop.hbase

    Methods in org.apache.hadoop.hbase that return org.apache.hadoop.hbase.rsgroup.RSGroupInfo in in
    Modifier and Type
    Method
    Description
    static org.apache.hadoop.hbase.rsgroup.RSGroupInfo
    RSGroupTableAccessor.getRSGroupInfo(org.apache.hadoop.hbase.client.Connection connection, byte[] rsGroupName)
     
    Methods in org.apache.hadoop.hbase that return types with arguments of type org.apache.hadoop.hbase.rsgroup.RSGroupInfo in in
    Modifier and Type
    Method
    Description
    static List<org.apache.hadoop.hbase.rsgroup.RSGroupInfo>
    RSGroupTableAccessor.getAllRSGroupInfo(org.apache.hadoop.hbase.client.Connection connection)
     
  • Uses of org.apache.hadoop.hbase.rsgroup.RSGroupInfo in org.apache.hadoop.hbase.rsgroup

    Methods in org.apache.hadoop.hbase.rsgroup that return org.apache.hadoop.hbase.rsgroup.RSGroupInfo in in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.rsgroup.RSGroupInfo
    RSGroupInfoManager.determineRSGroupInfoForTable(org.apache.hadoop.hbase.TableName tableName)
    Determine RSGroupInfo for the given table.
    org.apache.hadoop.hbase.rsgroup.RSGroupInfo
    RSGroupInfoManager.getRSGroup(String groupName)
    Gets RSGroupInfo for the given group name.
    org.apache.hadoop.hbase.rsgroup.RSGroupInfo
    RSGroupAdmin.getRSGroupInfo(String groupName)
    Gets RSGroupInfo for given group name.
    org.apache.hadoop.hbase.rsgroup.RSGroupInfo
    RSGroupAdminClient.getRSGroupInfo(String groupName)
     
    org.apache.hadoop.hbase.rsgroup.RSGroupInfo
    RSGroupAdminServer.getRSGroupInfo(String groupName)
     
    org.apache.hadoop.hbase.rsgroup.RSGroupInfo
    RSGroupAdmin.getRSGroupInfoOfTable(org.apache.hadoop.hbase.TableName tableName)
    Gets RSGroupInfo for the given table's group.
    org.apache.hadoop.hbase.rsgroup.RSGroupInfo
    RSGroupAdminClient.getRSGroupInfoOfTable(org.apache.hadoop.hbase.TableName tableName)
     
    org.apache.hadoop.hbase.rsgroup.RSGroupInfo
    RSGroupAdminServer.getRSGroupInfoOfTable(org.apache.hadoop.hbase.TableName tableName)
     
    org.apache.hadoop.hbase.rsgroup.RSGroupInfo
    RSGroupAdmin.getRSGroupOfServer(org.apache.hadoop.hbase.net.Address hostPort)
    Retrieve the RSGroupInfo a server is affiliated to
    org.apache.hadoop.hbase.rsgroup.RSGroupInfo
    RSGroupAdminClient.getRSGroupOfServer(org.apache.hadoop.hbase.net.Address hostPort)
     
    org.apache.hadoop.hbase.rsgroup.RSGroupInfo
    RSGroupAdminServer.getRSGroupOfServer(org.apache.hadoop.hbase.net.Address hostPort)
     
    org.apache.hadoop.hbase.rsgroup.RSGroupInfo
    RSGroupInfoManager.getRSGroupOfServer(org.apache.hadoop.hbase.net.Address serverHostPort)
    Gets the group info of server.
    Methods in org.apache.hadoop.hbase.rsgroup that return types with arguments of type org.apache.hadoop.hbase.rsgroup.RSGroupInfo in in
    Modifier and Type
    Method
    Description
    List<org.apache.hadoop.hbase.rsgroup.RSGroupInfo>
    RSGroupAdmin.listRSGroups()
    Lists current set of RegionServer groups.
    List<org.apache.hadoop.hbase.rsgroup.RSGroupInfo>
    RSGroupAdminClient.listRSGroups()
     
    List<org.apache.hadoop.hbase.rsgroup.RSGroupInfo>
    RSGroupAdminServer.listRSGroups()
     
    List<org.apache.hadoop.hbase.rsgroup.RSGroupInfo>
    RSGroupInfoManager.listRSGroups()
    List the existing RSGroupInfos.
    Methods in org.apache.hadoop.hbase.rsgroup with parameters of type org.apache.hadoop.hbase.rsgroup.RSGroupInfo in in
    Modifier and Type
    Method
    Description
    void
    RSGroupInfoManager.addRSGroup(org.apache.hadoop.hbase.rsgroup.RSGroupInfo rsGroupInfo)
    Add given RSGroupInfo to existing list of group infos.
    static boolean
    RSGroupUtil.rsGroupHasOnlineServer(org.apache.hadoop.hbase.master.MasterServices master, org.apache.hadoop.hbase.rsgroup.RSGroupInfo rsGroupInfo)
     
    Constructors in org.apache.hadoop.hbase.rsgroup with parameters of type org.apache.hadoop.hbase.rsgroup.RSGroupInfo in in
    Modifier
    Constructor
    Description
     
    RSGroupInfo(org.apache.hadoop.hbase.rsgroup.RSGroupInfo src)