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.protocolrecords.impl.pb   
org.apache.hadoop.yarn.api.records   
org.apache.hadoop.yarn.api.records.impl.pb   
 

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.protocolrecords.impl.pb
 

Methods in org.apache.hadoop.yarn.api.protocolrecords.impl.pb that return ApplicationReport
 ApplicationReport GetApplicationReportResponsePBImpl.getApplicationReport()
           
 

Methods in org.apache.hadoop.yarn.api.protocolrecords.impl.pb that return types with arguments of type ApplicationReport
 List<ApplicationReport> GetAllApplicationsResponsePBImpl.getApplicationList()
           
 

Methods in org.apache.hadoop.yarn.api.protocolrecords.impl.pb with parameters of type ApplicationReport
 void GetApplicationReportResponsePBImpl.setApplicationReport(ApplicationReport applicationMaster)
           
 

Method parameters in org.apache.hadoop.yarn.api.protocolrecords.impl.pb with type arguments of type ApplicationReport
 void GetAllApplicationsResponsePBImpl.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.api.records.impl.pb
 

Classes in org.apache.hadoop.yarn.api.records.impl.pb that implement ApplicationReport
 class ApplicationReportPBImpl
           
 

Methods in org.apache.hadoop.yarn.api.records.impl.pb that return types with arguments of type ApplicationReport
 List<ApplicationReport> QueueInfoPBImpl.getApplications()
           
 

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



Copyright © 2012 Apache Software Foundation. All Rights Reserved.