Uses of Class
org.apache.hadoop.hbase.rsgroup.RSGroupInfo
Packages that use org.apache.hadoop.hbase.rsgroup.RSGroupInfo
Package
Description
Provides HBase Client
-
Uses of org.apache.hadoop.hbase.rsgroup.RSGroupInfo in org.apache.hadoop.hbase.client
Methods in org.apache.hadoop.hbase.client that return org.apache.hadoop.hbase.rsgroup.RSGroupInfo in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.rsgroup.RSGroupInfoAdmin.getRSGroup(String groupName) Get group info for the given group nameorg.apache.hadoop.hbase.rsgroup.RSGroupInfoAdmin.getRSGroup(org.apache.hadoop.hbase.net.Address hostPort) Get group info for the given hostPortorg.apache.hadoop.hbase.rsgroup.RSGroupInfoAdmin.getRSGroup(org.apache.hadoop.hbase.TableName tableName) Get group info for the given tableMethods in org.apache.hadoop.hbase.client that return types with arguments of type org.apache.hadoop.hbase.rsgroup.RSGroupInfo in inModifier and TypeMethodDescriptionCompletableFuture<org.apache.hadoop.hbase.rsgroup.RSGroupInfo>AsyncAdmin.getRSGroup(String groupName) Get group info for the given group nameCompletableFuture<org.apache.hadoop.hbase.rsgroup.RSGroupInfo>AsyncAdmin.getRSGroup(org.apache.hadoop.hbase.net.Address hostPort) Get group info for the given hostPortCompletableFuture<org.apache.hadoop.hbase.rsgroup.RSGroupInfo>AsyncAdmin.getRSGroup(org.apache.hadoop.hbase.TableName tableName) Get group info for the given tableList<org.apache.hadoop.hbase.rsgroup.RSGroupInfo>Admin.listRSGroups()Lists current set of RegionServer groupsCompletableFuture<List<org.apache.hadoop.hbase.rsgroup.RSGroupInfo>>AsyncAdmin.listRSGroups()Lists current set of RegionServer groups -
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 TypeMethodDescriptionstatic org.apache.hadoop.hbase.rsgroup.RSGroupInfoRSGroupUtil.fillTables(org.apache.hadoop.hbase.rsgroup.RSGroupInfo rsGroupInfo, Collection<org.apache.hadoop.hbase.client.TableDescriptor> tds) Fill the tables field forRSGroupInfo, for backward compatibility.org.apache.hadoop.hbase.rsgroup.RSGroupInfoRSGroupInfoManager.getRSGroup(String groupName) GetsRSGroupInfofor the given group name.org.apache.hadoop.hbase.rsgroup.RSGroupInfoRSGroupInfoManager.getRSGroupForTable(org.apache.hadoop.hbase.TableName tableName) GetRSGroupInfofor the given table.org.apache.hadoop.hbase.rsgroup.RSGroupInfoRSGroupAdminClient.getRSGroupInfo(String groupName) Deprecated.GetsRSGroupInfofor given group name.org.apache.hadoop.hbase.rsgroup.RSGroupInfoRSGroupAdminClient.getRSGroupInfoOfTable(org.apache.hadoop.hbase.TableName tableName) Deprecated.GetsRSGroupInfofor the given table's group.org.apache.hadoop.hbase.rsgroup.RSGroupInfoRSGroupAdminClient.getRSGroupOfServer(org.apache.hadoop.hbase.net.Address hostPort) Deprecated.Retrieve the RSGroupInfo a server is affiliated toorg.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 TypeMethodDescriptionstatic Optional<org.apache.hadoop.hbase.rsgroup.RSGroupInfo>RSGroupUtil.getRSGroupInfo(org.apache.hadoop.hbase.master.MasterServices master, org.apache.hadoop.hbase.rsgroup.RSGroupInfoManager manager, org.apache.hadoop.hbase.TableName tableName) Will try to get the rsgroup fromTableDescriptorfirst, and then try to get the rsgroup from theNamespaceDescriptor.List<org.apache.hadoop.hbase.rsgroup.RSGroupInfo>RSGroupAdminClient.listRSGroups()Deprecated.Lists current set of RegionServer groups.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 org.apache.hadoop.hbase.rsgroup.RSGroupInfoRSGroupUtil.fillTables(org.apache.hadoop.hbase.rsgroup.RSGroupInfo rsGroupInfo, Collection<org.apache.hadoop.hbase.client.TableDescriptor> tds) Fill the tables field forRSGroupInfo, for backward compatibility.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) -
Uses of org.apache.hadoop.hbase.rsgroup.RSGroupInfo in org.apache.hadoop.hbase.shaded.protobuf
Methods in org.apache.hadoop.hbase.shaded.protobuf that return org.apache.hadoop.hbase.rsgroup.RSGroupInfo in inModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.rsgroup.RSGroupInfoProtobufUtil.toGroupInfo(org.apache.hadoop.hbase.shaded.protobuf.generated.RSGroupProtos.RSGroupInfo proto) Methods in org.apache.hadoop.hbase.shaded.protobuf with parameters of type org.apache.hadoop.hbase.rsgroup.RSGroupInfo in inModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.shaded.protobuf.generated.RSGroupProtos.RSGroupInfoProtobufUtil.toProtoGroupInfo(org.apache.hadoop.hbase.rsgroup.RSGroupInfo pojo)