Uses of Class
org.apache.hadoop.hbase.rsgroup.RSGroupInfo

Packages that use org.apache.hadoop.hbase.rsgroup.RSGroupInfo
  • 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 in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.rsgroup.RSGroupInfo
    Admin.getRSGroup(String groupName)
    Get group info for the given group name
    org.apache.hadoop.hbase.rsgroup.RSGroupInfo
    Admin.getRSGroup(org.apache.hadoop.hbase.net.Address hostPort)
    Get group info for the given hostPort
    org.apache.hadoop.hbase.rsgroup.RSGroupInfo
    Admin.getRSGroup(org.apache.hadoop.hbase.TableName tableName)
    Get group info for the given table
    Methods in org.apache.hadoop.hbase.client that return types with arguments of type org.apache.hadoop.hbase.rsgroup.RSGroupInfo in in
    Modifier and Type
    Method
    Description
    CompletableFuture<org.apache.hadoop.hbase.rsgroup.RSGroupInfo>
    AsyncAdmin.getRSGroup(String groupName)
    Get group info for the given group name
    CompletableFuture<org.apache.hadoop.hbase.rsgroup.RSGroupInfo>
    AsyncAdmin.getRSGroup(org.apache.hadoop.hbase.net.Address hostPort)
    Get group info for the given hostPort
    CompletableFuture<org.apache.hadoop.hbase.rsgroup.RSGroupInfo>
    AsyncAdmin.getRSGroup(org.apache.hadoop.hbase.TableName tableName)
    Get group info for the given table
    List<org.apache.hadoop.hbase.rsgroup.RSGroupInfo>
    Admin.listRSGroups()
    Lists current set of RegionServer groups
    CompletableFuture<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 in
    Modifier and Type
    Method
    Description
    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 for RSGroupInfo, for backward compatibility.
    org.apache.hadoop.hbase.rsgroup.RSGroupInfo
    RSGroupInfoManager.getRSGroup(String groupName)
    Gets RSGroupInfo for the given group name.
    org.apache.hadoop.hbase.rsgroup.RSGroupInfo
    RSGroupInfoManager.getRSGroupForTable(org.apache.hadoop.hbase.TableName tableName)
    Get RSGroupInfo for the given table.
    org.apache.hadoop.hbase.rsgroup.RSGroupInfo
    RSGroupAdminClient.getRSGroupInfo(String groupName)
    Deprecated.
    Gets RSGroupInfo for given group name.
    org.apache.hadoop.hbase.rsgroup.RSGroupInfo
    RSGroupAdminClient.getRSGroupInfoOfTable(org.apache.hadoop.hbase.TableName tableName)
    Deprecated.
    Gets RSGroupInfo 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 to
    org.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 in
    Modifier and Type
    Method
    Description
    static 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 from TableDescriptor first, and then try to get the rsgroup from the NamespaceDescriptor.
    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 existing RSGroupInfos.
    Methods in org.apache.hadoop.hbase.rsgroup with parameters of type org.apache.hadoop.hbase.rsgroup.RSGroupInfo in in
    Modifier and Type
    Method
    Description
    void
    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 for RSGroupInfo, for backward compatibility.
    Constructors in org.apache.hadoop.hbase.rsgroup with parameters of type org.apache.hadoop.hbase.rsgroup.RSGroupInfo in in
    Modifier
    Constructor
    Description
     
    RSGroupInfo(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 in
    Modifier and Type
    Method
    Description
    static 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 in
    Modifier and Type
    Method
    Description
    static org.apache.hadoop.hbase.shaded.protobuf.generated.RSGroupProtos.RSGroupInfo
    ProtobufUtil.toProtoGroupInfo(org.apache.hadoop.hbase.rsgroup.RSGroupInfo pojo)