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   
 

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)
           
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.