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

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

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

Methods in org.apache.hadoop.yarn.api that return GetApplicationAttemptsResponse
 GetApplicationAttemptsResponse ApplicationHistoryProtocol.getApplicationAttempts(GetApplicationAttemptsRequest request)
           The interface used by clients to get a report of all Application attempts in the cluster from the ApplicationHistoryServer.
 GetApplicationAttemptsResponse ApplicationClientProtocol.getApplicationAttempts(GetApplicationAttemptsRequest request)
           The interface used by clients to get a report of all Application attempts in the cluster from the ResourceManager
 

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

Methods in org.apache.hadoop.yarn.api.protocolrecords that return GetApplicationAttemptsResponse
static GetApplicationAttemptsResponse GetApplicationAttemptsResponse.newInstance(List<ApplicationAttemptReport> applicationAttempts)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.