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

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

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

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

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

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



Copyright © 2014 Apache Software Foundation. All Rights Reserved.