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

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

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

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

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

Methods in org.apache.hadoop.yarn.api.protocolrecords that return GetApplicationAttemptReportResponse
static GetApplicationAttemptReportResponse GetApplicationAttemptReportResponse.newInstance(ApplicationAttemptReport ApplicationAttemptReport)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.