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

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

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

Methods in org.apache.hadoop.yarn.api with parameters of type GetApplicationsRequest
 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.
 

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

Methods in org.apache.hadoop.yarn.api.protocolrecords that return GetApplicationsRequest
static GetApplicationsRequest GetApplicationsRequest.newInstance()
           
static GetApplicationsRequest GetApplicationsRequest.newInstance(Set<String> applicationTypes)
           
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.