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.
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 RSGroupInfo
s.
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)