Uses of Class
org.apache.hadoop.hbase.rsgroup.RSGroupInfo
Packages that use RSGroupInfo
Package
Description
Provides HBase Client
-
Uses of RSGroupInfo in org.apache.hadoop.hbase.client
Methods in org.apache.hadoop.hbase.client that return RSGroupInfoModifier and TypeMethodDescriptionAdmin.getRSGroup(String groupName) Get group info for the given group nameAdmin.getRSGroup(Address hostPort) Get group info for the given hostPortAdmin.getRSGroup(TableName tableName) Get group info for the given tableAdminOverAsyncAdmin.getRSGroup(String groupName) AdminOverAsyncAdmin.getRSGroup(Address hostPort) AdminOverAsyncAdmin.getRSGroup(TableName tableName) Methods in org.apache.hadoop.hbase.client that return types with arguments of type RSGroupInfoModifier and TypeMethodDescriptionAsyncAdmin.getRSGroup(String groupName) Get group info for the given group nameAsyncAdmin.getRSGroup(Address hostPort) Get group info for the given hostPortAsyncAdmin.getRSGroup(TableName tableName) Get group info for the given tableAsyncHBaseAdmin.getRSGroup(String groupName) AsyncHBaseAdmin.getRSGroup(Address hostPort) AsyncHBaseAdmin.getRSGroup(TableName tableName) RawAsyncHBaseAdmin.getRSGroup(String groupName) RawAsyncHBaseAdmin.getRSGroup(Address hostPort) RawAsyncHBaseAdmin.getRSGroup(TableName table) Admin.listRSGroups()Lists current set of RegionServer groupsAdminOverAsyncAdmin.listRSGroups()AsyncAdmin.listRSGroups()Lists current set of RegionServer groupsAsyncHBaseAdmin.listRSGroups()RawAsyncHBaseAdmin.listRSGroups() -
Uses of RSGroupInfo in org.apache.hadoop.hbase.master.procedure
Methods in org.apache.hadoop.hbase.master.procedure that return RSGroupInfoModifier and TypeMethodDescriptionstatic RSGroupInfoMasterProcedureUtil.checkGroupExists(MasterProcedureUtil.RSGroupGetter getter, Optional<String> optGroupName, Supplier<String> forWhom) Methods in org.apache.hadoop.hbase.master.procedure with parameters of type RSGroupInfoModifier and TypeMethodDescriptionstatic voidMasterProcedureUtil.checkGroupNotEmpty(RSGroupInfo rsGroupInfo, Supplier<String> forWhom) Do not allow creating new tables/namespaces which has an empty rs group, expect the default rs group. -
Uses of RSGroupInfo in org.apache.hadoop.hbase.rsgroup
Fields in org.apache.hadoop.hbase.rsgroup with type parameters of type RSGroupInfoModifier and TypeFieldDescription(package private) final org.apache.hbase.thirdparty.com.google.common.collect.ImmutableMap<String,RSGroupInfo> RSGroupInfoManagerImpl.RSGroupInfoHolder.groupName2Group(package private) final org.apache.hbase.thirdparty.com.google.common.collect.ImmutableMap<TableName,RSGroupInfo> RSGroupInfoManagerImpl.RSGroupInfoHolder.tableName2GroupMethods in org.apache.hadoop.hbase.rsgroup that return RSGroupInfoModifier and TypeMethodDescriptionprivate RSGroupInfoRSGroupAdminServiceImpl.fillTables(RSGroupInfo rsGroupInfo) Deprecated.static RSGroupInfoRSGroupUtil.fillTables(RSGroupInfo rsGroupInfo, Collection<TableDescriptor> tds) Fill the tables field forRSGroupInfo, for backward compatibility.DisabledRSGroupInfoManager.getRSGroup(String groupName) RSGroupInfoManager.getRSGroup(String groupName) GetsRSGroupInfofor the given group name.RSGroupInfoManagerImpl.getRSGroup(String groupName) DisabledRSGroupInfoManager.getRSGroupForTable(TableName tableName) RSGroupInfoManager.getRSGroupForTable(TableName tableName) GetRSGroupInfofor the given table.RSGroupInfoManagerImpl.getRSGroupForTable(TableName tableName) RSGroupAdminClient.getRSGroupInfo(String groupName) Deprecated.GetsRSGroupInfofor given group name.private RSGroupInfoRSGroupInfoManagerImpl.getRSGroupInfo(String groupName) RSGroupAdminClient.getRSGroupInfoOfTable(TableName tableName) Deprecated.GetsRSGroupInfofor the given table's group.DisabledRSGroupInfoManager.getRSGroupOfServer(Address serverHostPort) RSGroupAdminClient.getRSGroupOfServer(Address hostPort) Deprecated.Retrieve the RSGroupInfo a server is affiliated toRSGroupInfoManager.getRSGroupOfServer(Address serverHostPort) Gets the group info of server.RSGroupInfoManagerImpl.getRSGroupOfServer(Address serverHostPort) Methods in org.apache.hadoop.hbase.rsgroup that return types with arguments of type RSGroupInfoModifier and TypeMethodDescriptionstatic Optional<RSGroupInfo>RSGroupUtil.getRSGroupInfo(MasterServices master, RSGroupInfoManager manager, TableName tableName) Will try to get the rsgroup fromTableDescriptorfirst, and then try to get the rsgroup from theNamespaceDescriptor.DisabledRSGroupInfoManager.listRSGroups()RSGroupAdminClient.listRSGroups()Deprecated.Lists current set of RegionServer groups.RSGroupInfoManager.listRSGroups()List the existingRSGroupInfos.RSGroupInfoManagerImpl.listRSGroups()private List<RSGroupInfo>RSGroupInfoManagerImpl.retrieveGroupListFromGroupTable()private List<RSGroupInfo>RSGroupInfoManagerImpl.retrieveGroupListFromZookeeper()Methods in org.apache.hadoop.hbase.rsgroup with parameters of type RSGroupInfoModifier and TypeMethodDescriptionvoidDisabledRSGroupInfoManager.addRSGroup(RSGroupInfo rsGroupInfo) voidRSGroupInfoManager.addRSGroup(RSGroupInfo rsGroupInfo) Add given RSGroupInfo to existing list of group infos.voidRSGroupInfoManagerImpl.addRSGroup(RSGroupInfo rsGroupInfo) private RSGroupInfoRSGroupAdminServiceImpl.fillTables(RSGroupInfo rsGroupInfo) Deprecated.static RSGroupInfoRSGroupUtil.fillTables(RSGroupInfo rsGroupInfo, Collection<TableDescriptor> tds) Fill the tables field forRSGroupInfo, for backward compatibility.private List<ServerName>RSGroupBasedLoadBalancer.filterOfflineServers(RSGroupInfo RSGroupInfo, List<ServerName> onlineServers) Method parameters in org.apache.hadoop.hbase.rsgroup with type arguments of type RSGroupInfoModifier and TypeMethodDescriptionprivate voidRSGroupInfoManagerImpl.flushConfig(Map<String, RSGroupInfo> newGroupMap) private voidRSGroupInfoManagerImpl.flushConfigTable(Map<String, RSGroupInfo> groupMap) RSGroupInfoManagerImpl.getDefaultServers(List<RSGroupInfo> rsGroupInfoList) private voidRSGroupInfoManagerImpl.migrate(Collection<RSGroupInfo> groupList) private voidRSGroupInfoManagerImpl.resetRSGroupMap(Map<String, RSGroupInfo> newRSGroupMap) Make changes visible.private voidRSGroupInfoManagerImpl.saveRSGroupMapToZK(Map<String, RSGroupInfo> newGroupMap) Constructors in org.apache.hadoop.hbase.rsgroup with parameters of type RSGroupInfoConstructor parameters in org.apache.hadoop.hbase.rsgroup with type arguments of type RSGroupInfoModifierConstructorDescription(package private)RSGroupInfoHolder(Map<String, RSGroupInfo> rsGroupMap) -
Uses of RSGroupInfo in org.apache.hadoop.hbase.thrift2.client
Methods in org.apache.hadoop.hbase.thrift2.client that return RSGroupInfoModifier and TypeMethodDescriptionThriftAdmin.getRSGroup(String groupName) ThriftAdmin.getRSGroup(Address hostPort) ThriftAdmin.getRSGroup(TableName tableName) Methods in org.apache.hadoop.hbase.thrift2.client that return types with arguments of type RSGroupInfo -
Uses of RSGroupInfo in org.apache.hadoop.hbase.util
Methods in org.apache.hadoop.hbase.util with parameters of type RSGroupInfoModifier and TypeMethodDescription(package private) Collection<ServerName>RegionMover.filterRSGroupServers(RSGroupInfo rsgroup, Collection<ServerName> onlineServers)