Uses of Class
org.apache.hadoop.hbase.rsgroup.RSGroupInfo
Packages that use RSGroupInfo
-
Uses of RSGroupInfo in org.apache.hadoop.hbase
Methods in org.apache.hadoop.hbase that return RSGroupInfoModifier and TypeMethodDescriptionstatic RSGroupInfoRSGroupTableAccessor.getRSGroupInfo(Connection connection, byte[] rsGroupName) private static RSGroupInfoRSGroupTableAccessor.getRSGroupInfo(Result result) Methods in org.apache.hadoop.hbase that return types with arguments of type RSGroupInfoModifier and TypeMethodDescriptionstatic List<RSGroupInfo>RSGroupTableAccessor.getAllRSGroupInfo(Connection connection) -
Uses of RSGroupInfo in org.apache.hadoop.hbase.rsgroup
Fields in org.apache.hadoop.hbase.rsgroup with type parameters of type RSGroupInfoModifier and TypeFieldDescriptionprivate Map<String,RSGroupInfo> RSGroupInfoManagerImpl.rsGroupMapMethods in org.apache.hadoop.hbase.rsgroup that return RSGroupInfoModifier and TypeMethodDescriptionprivate RSGroupInfoRSGroupAdminEndpoint.determineRSGroupInfoForTable(TableDescriptor desc) RSGroupInfoManager.determineRSGroupInfoForTable(TableName tableName) DetermineRSGroupInfofor the given table.RSGroupInfoManagerImpl.determineRSGroupInfoForTable(TableName tableName) Will try to get the rsgroup fromtableMapfirst then try to get the rsgroup fromscripttry to get the rsgroup from theNamespaceDescriptorlastly.private RSGroupInfoRSGroupAdminServer.getAndCheckRSGroupInfo(String name) Check passed name.RSGroupInfoManager.getRSGroup(String groupName) GetsRSGroupInfofor the given group name.RSGroupInfoManagerImpl.getRSGroup(String groupName) RSGroupAdmin.getRSGroupInfo(String groupName) GetsRSGroupInfofor given group name.RSGroupAdminClient.getRSGroupInfo(String groupName) RSGroupAdminServer.getRSGroupInfo(String groupName) private RSGroupInfoRSGroupInfoManagerImpl.getRSGroupInfo(String groupName) RSGroupAdmin.getRSGroupInfoOfTable(TableName tableName) GetsRSGroupInfofor the given table's group.RSGroupAdminClient.getRSGroupInfoOfTable(TableName tableName) RSGroupAdminServer.getRSGroupInfoOfTable(TableName tableName) RSGroupAdmin.getRSGroupOfServer(Address hostPort) Retrieve the RSGroupInfo a server is affiliated toRSGroupAdminClient.getRSGroupOfServer(Address hostPort) RSGroupAdminServer.getRSGroupOfServer(Address hostPort) RSGroupInfoManager.getRSGroupOfServer(Address serverHostPort) Gets the group info of server.RSGroupInfoManagerImpl.getRSGroupOfServer(Address serverHostPort) (package private) static RSGroupInfoRSGroupProtobufUtil.toGroupInfo(org.apache.hadoop.hbase.protobuf.generated.RSGroupProtos.RSGroupInfo proto) Methods in org.apache.hadoop.hbase.rsgroup that return types with arguments of type RSGroupInfoModifier and TypeMethodDescriptionRSGroupAdmin.listRSGroups()Lists current set of RegionServer groups.RSGroupAdminClient.listRSGroups()RSGroupAdminServer.listRSGroups()RSGroupInfoManager.listRSGroups()List the existingRSGroupInfos.RSGroupInfoManagerImpl.listRSGroups()(package private) List<RSGroupInfo>RSGroupInfoManagerImpl.retrieveGroupListFromGroupTable()(package private) List<RSGroupInfo>RSGroupInfoManagerImpl.retrieveGroupListFromZookeeper()Methods in org.apache.hadoop.hbase.rsgroup with parameters of type RSGroupInfoModifier and TypeMethodDescriptionvoidRSGroupInfoManager.addRSGroup(RSGroupInfo rsGroupInfo) Add given RSGroupInfo to existing list of group infos.voidRSGroupInfoManagerImpl.addRSGroup(RSGroupInfo rsGroupInfo) private List<ServerName>RSGroupBasedLoadBalancer.filterOfflineServers(RSGroupInfo RSGroupInfo, List<ServerName> onlineServers) (package private) voidRSGroupAdminServer.modifyOrMoveTables(Set<TableName> tables, RSGroupInfo targetGroup) private voidRSGroupAdminServer.moveTableRegionsToGroup(Set<TableName> tables, RSGroupInfo targetGrp) Moves regions of tables which are not on target group servers.private voidRSGroupAdminEndpoint.moveTableToRSGroup(TableDescriptor desc, RSGroupInfo rsGroupInfo) static booleanRSGroupUtil.rsGroupHasOnlineServer(MasterServices master, RSGroupInfo rsGroupInfo) (package private) static org.apache.hadoop.hbase.protobuf.generated.RSGroupProtos.RSGroupInfoRSGroupProtobufUtil.toProtoGroupInfo(RSGroupInfo pojo) private voidRSGroupAdminEndpoint.validateRSGroup(TableDescriptor desc, RSGroupInfo rsGroupInfo) Method parameters in org.apache.hadoop.hbase.rsgroup with type arguments of type RSGroupInfoModifier and TypeMethodDescriptionprivate voidRSGroupInfoManagerImpl.flushConfig(Map<String, RSGroupInfo> newGroupMap) RSGroupInfoManagerImpl.flushConfigTable(Map<String, RSGroupInfo> groupMap) RSGroupInfoManagerImpl.getDefaultServers(List<RSGroupInfo> rsGroupInfoList) private voidRSGroupInfoManagerImpl.resetRSGroupAndTableMaps(Map<String, RSGroupInfo> newRSGroupMap, Map<TableName, String> newTableMap) Make changes visible.Constructors in org.apache.hadoop.hbase.rsgroup with parameters of type RSGroupInfo