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

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

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

Methods in org.apache.hadoop.yarn.api that return GetApplicationsResponse
 GetApplicationsResponse ApplicationClientProtocol.getApplications(GetApplicationsRequest request)
          The interface used by clients to get a report of Applications matching the filters defined by GetApplicationsRequest in the cluster from the ResourceManager.
 GetApplicationsResponse ApplicationHistoryProtocol.getApplications(GetApplicationsRequest request)
           The interface used by clients to get a report of all Applications in the cluster from the ApplicationHistoryServer.
 

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

Methods in org.apache.hadoop.yarn.api.protocolrecords that return GetApplicationsResponse
static GetApplicationsResponse GetApplicationsResponse.newInstance(List<ApplicationReport> applications)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.