Uses of Class
org.apache.hadoop.yarn.api.protocolrecords.GetApplicationReportRequest

Packages that use GetApplicationReportRequest
org.apache.hadoop.yarn.api   
org.apache.hadoop.yarn.api.protocolrecords   
 

Uses of GetApplicationReportRequest in org.apache.hadoop.yarn.api
 

Methods in org.apache.hadoop.yarn.api with parameters of type GetApplicationReportRequest
 GetApplicationReportResponse ApplicationHistoryProtocol.getApplicationReport(GetApplicationReportRequest request)
           The interface used by clients to get a report of an Application from the ResourceManager.
 GetApplicationReportResponse ApplicationClientProtocol.getApplicationReport(GetApplicationReportRequest request)
          The interface used by clients to get a report of an Application from the ResourceManager.
 

Uses of GetApplicationReportRequest in org.apache.hadoop.yarn.api.protocolrecords
 

Methods in org.apache.hadoop.yarn.api.protocolrecords that return GetApplicationReportRequest
static GetApplicationReportRequest GetApplicationReportRequest.newInstance(ApplicationId applicationId)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.