[
https://issues.apache.org/jira/browse/HBASE-23050?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Guanghao Zhang updated HBASE-23050:
-----------------------------------
Description:
Now it use RSGroupTableAccessor to get all rsgroups.
{code:java}
List<RSGroupInfo> groups =
RSGroupTableAccessor.getAllRSGroupInfo(master.getConnection());
{code}
> Use RSGroupInfoManager to get rsgroups in master UI's rsgroup part
> ------------------------------------------------------------------
>
> Key: HBASE-23050
> URL: https://issues.apache.org/jira/browse/HBASE-23050
> Project: HBase
> Issue Type: Sub-task
> Reporter: Guanghao Zhang
> Priority: Major
>
> Now it use RSGroupTableAccessor to get all rsgroups.
> {code:java}
> List<RSGroupInfo> groups =
> RSGroupTableAccessor.getAllRSGroupInfo(master.getConnection());
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)