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

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

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

Methods in org.apache.hadoop.yarn.api that return GetApplicationReportResponse
 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 GetApplicationReportResponse in org.apache.hadoop.yarn.api.protocolrecords
 

Methods in org.apache.hadoop.yarn.api.protocolrecords that return GetApplicationReportResponse
static GetApplicationReportResponse GetApplicationReportResponse.newInstance(ApplicationReport ApplicationReport)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.