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.RSGroupInfo
Admin.getRSGroup
(String groupName) Get group info for the given group nameorg.apache.hadoop.hbase.rsgroup.RSGroupInfo
Admin.getRSGroup
(org.apache.hadoop.hbase.net.Address hostPort) Get group info for the given hostPortorg.apache.hadoop.hbase.rsgroup.RSGroupInfo
Admin.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.RSGroupInfo
RSGroupUtil.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.RSGroupInfo
RSGroupInfoManager.getRSGroup
(String groupName) GetsRSGroupInfo
for the given group name.org.apache.hadoop.hbase.rsgroup.RSGroupInfo
RSGroupInfoManager.getRSGroupForTable
(org.apache.hadoop.hbase.TableName tableName) GetRSGroupInfo
for the given table.org.apache.hadoop.hbase.rsgroup.RSGroupInfo
RSGroupAdminClient.getRSGroupInfo
(String groupName) Deprecated.GetsRSGroupInfo
for given group name.org.apache.hadoop.hbase.rsgroup.RSGroupInfo
RSGroupAdminClient.getRSGroupInfoOfTable
(org.apache.hadoop.hbase.TableName tableName) Deprecated.GetsRSGroupInfo
for the given table's group.org.apache.hadoop.hbase.rsgroup.RSGroupInfo
RSGroupAdminClient.getRSGroupOfServer
(org.apache.hadoop.hbase.net.Address hostPort) Deprecated.Retrieve the RSGroupInfo a server is affiliated toorg.apache.hadoop.hbase.rsgroup.RSGroupInfo
RSGroupInfoManager.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 fromTableDescriptor
first, 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 existingRSGroupInfo
s.Methods in org.apache.hadoop.hbase.rsgroup with parameters of type org.apache.hadoop.hbase.rsgroup.RSGroupInfo in inModifier and TypeMethodDescriptionvoid
RSGroupInfoManager.addRSGroup
(org.apache.hadoop.hbase.rsgroup.RSGroupInfo rsGroupInfo) Add given RSGroupInfo to existing list of group infos.static org.apache.hadoop.hbase.rsgroup.RSGroupInfo
RSGroupUtil.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.RSGroupInfo
ProtobufUtil.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.RSGroupInfo
ProtobufUtil.toProtoGroupInfo
(org.apache.hadoop.hbase.rsgroup.RSGroupInfo pojo)