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

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

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

Methods in org.apache.hadoop.yarn.api with parameters of type GetApplicationAttemptReportRequest
 GetApplicationAttemptReportResponse ApplicationHistoryProtocol.getApplicationAttemptReport(GetApplicationAttemptReportRequest request)
           The interface used by clients to get a report of an Application Attempt from the ApplicationHistoryServer.
 GetApplicationAttemptReportResponse ApplicationClientProtocol.getApplicationAttemptReport(GetApplicationAttemptReportRequest request)
           The interface used by clients to get a report of an Application Attempt from the ResourceManager
 

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

Methods in org.apache.hadoop.yarn.api.protocolrecords that return GetApplicationAttemptReportRequest
static GetApplicationAttemptReportRequest GetApplicationAttemptReportRequest.newInstance(ApplicationAttemptId applicationAttemptId)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.