Uses of Interface
org.apache.hadoop.yarn.api.records.ApplicationReport

Packages that use ApplicationReport
org.apache.hadoop.yarn.api.protocolrecords   
org.apache.hadoop.yarn.api.records   
org.apache.hadoop.yarn.client   
 

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

Methods in org.apache.hadoop.yarn.api.protocolrecords that return ApplicationReport
 ApplicationReport GetApplicationReportResponse.getApplicationReport()
          Get the ApplicationReport for the application.
 

Methods in org.apache.hadoop.yarn.api.protocolrecords that return types with arguments of type ApplicationReport
 List<ApplicationReport> GetAllApplicationsResponse.getApplicationList()
          Get ApplicationReport for all applications.
 

Methods in org.apache.hadoop.yarn.api.protocolrecords with parameters of type ApplicationReport
 void GetApplicationReportResponse.setApplicationReport(ApplicationReport ApplicationReport)
           
 

Method parameters in org.apache.hadoop.yarn.api.protocolrecords with type arguments of type ApplicationReport
 void GetAllApplicationsResponse.setApplicationList(List<ApplicationReport> applications)
           
 

Uses of ApplicationReport in org.apache.hadoop.yarn.api.records
 

Methods in org.apache.hadoop.yarn.api.records that return types with arguments of type ApplicationReport
 List<ApplicationReport> QueueInfo.getApplications()
          Get the running applications of the queue.
 

Method parameters in org.apache.hadoop.yarn.api.records with type arguments of type ApplicationReport
 void QueueInfo.setApplications(List<ApplicationReport> applications)
           
 

Uses of ApplicationReport in org.apache.hadoop.yarn.client
 

Methods in org.apache.hadoop.yarn.client that return ApplicationReport
 ApplicationReport YarnClientImpl.getApplicationReport(ApplicationId appId)
           
 ApplicationReport YarnClient.getApplicationReport(ApplicationId appId)
           Get a report of the given Application.
 

Methods in org.apache.hadoop.yarn.client that return types with arguments of type ApplicationReport
 List<ApplicationReport> YarnClientImpl.getApplicationList()
           
 List<ApplicationReport> YarnClient.getApplicationList()
           Get a report (ApplicationReport) of all Applications in the cluster.
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.