Uses of Class
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
Modifier 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 tableModifier 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
Modifier 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.Modifier 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.Modifier 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.ModifierConstructorDescriptionRSGroupInfo
(org.apache.hadoop.hbase.rsgroup.RSGroupInfo src) -
Uses of org.apache.hadoop.hbase.rsgroup.RSGroupInfo in org.apache.hadoop.hbase.shaded.protobuf
Modifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.rsgroup.RSGroupInfo
ProtobufUtil.toGroupInfo
(org.apache.hadoop.hbase.shaded.protobuf.generated.RSGroupProtos.RSGroupInfo proto) Modifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.shaded.protobuf.generated.RSGroupProtos.RSGroupInfo
ProtobufUtil.toProtoGroupInfo
(org.apache.hadoop.hbase.rsgroup.RSGroupInfo pojo)