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 inModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.rsgroup.RSGroupInfoRSGroupTableAccessor.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 inModifier and TypeMethodDescriptionstatic 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 inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.rsgroup.RSGroupInfoRSGroupInfoManager.determineRSGroupInfoForTable(org.apache.hadoop.hbase.TableName tableName) DetermineRSGroupInfofor the given table.org.apache.hadoop.hbase.rsgroup.RSGroupInfoRSGroupInfoManager.getRSGroup(String groupName) GetsRSGroupInfofor the given group name.org.apache.hadoop.hbase.rsgroup.RSGroupInfoRSGroupAdmin.getRSGroupInfo(String groupName) GetsRSGroupInfofor given group name.org.apache.hadoop.hbase.rsgroup.RSGroupInfoRSGroupAdminClient.getRSGroupInfo(String groupName) org.apache.hadoop.hbase.rsgroup.RSGroupInfoRSGroupAdminServer.getRSGroupInfo(String groupName) org.apache.hadoop.hbase.rsgroup.RSGroupInfoRSGroupAdmin.getRSGroupInfoOfTable(org.apache.hadoop.hbase.TableName tableName) GetsRSGroupInfofor the given table's group.org.apache.hadoop.hbase.rsgroup.RSGroupInfoRSGroupAdminClient.getRSGroupInfoOfTable(org.apache.hadoop.hbase.TableName tableName) org.apache.hadoop.hbase.rsgroup.RSGroupInfoRSGroupAdminServer.getRSGroupInfoOfTable(org.apache.hadoop.hbase.TableName tableName) org.apache.hadoop.hbase.rsgroup.RSGroupInfoRSGroupAdmin.getRSGroupOfServer(org.apache.hadoop.hbase.net.Address hostPort) Retrieve the RSGroupInfo a server is affiliated toorg.apache.hadoop.hbase.rsgroup.RSGroupInfoRSGroupAdminClient.getRSGroupOfServer(org.apache.hadoop.hbase.net.Address hostPort) org.apache.hadoop.hbase.rsgroup.RSGroupInfoRSGroupAdminServer.getRSGroupOfServer(org.apache.hadoop.hbase.net.Address hostPort) org.apache.hadoop.hbase.rsgroup.RSGroupInfoRSGroupInfoManager.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 inModifier and TypeMethodDescriptionList<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 existingRSGroupInfos.Methods in org.apache.hadoop.hbase.rsgroup with parameters of type org.apache.hadoop.hbase.rsgroup.RSGroupInfo in inModifier and TypeMethodDescriptionvoidRSGroupInfoManager.addRSGroup(org.apache.hadoop.hbase.rsgroup.RSGroupInfo rsGroupInfo) Add given RSGroupInfo to existing list of group infos.static booleanRSGroupUtil.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 inModifierConstructorDescriptionRSGroupInfo(org.apache.hadoop.hbase.rsgroup.RSGroupInfo src)