Uses of Class
org.apache.hadoop.yarn.api.records.ApplicationId

Packages that use ApplicationId
org.apache.hadoop.yarn.api.protocolrecords   
org.apache.hadoop.yarn.api.records   
 

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

Methods in org.apache.hadoop.yarn.api.protocolrecords that return ApplicationId
 ApplicationId KillApplicationRequest.getApplicationId()
          Get the ApplicationId of the application to be aborted.
 ApplicationId GetNewApplicationResponse.getApplicationId()
          Get the new ApplicationId allocated by the ResourceManager.
 ApplicationId GetApplicationReportRequest.getApplicationId()
          Get the ApplicationId of the application.
 

Methods in org.apache.hadoop.yarn.api.protocolrecords with parameters of type ApplicationId
 void KillApplicationRequest.setApplicationId(ApplicationId applicationId)
           
 void GetNewApplicationResponse.setApplicationId(ApplicationId applicationId)
           
 void GetApplicationReportRequest.setApplicationId(ApplicationId applicationId)
          Set the ApplicationId of the application
 

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

Methods in org.apache.hadoop.yarn.api.records that return ApplicationId
 ApplicationId ApplicationSubmissionContext.getApplicationId()
          Get the ApplicationId of the submitted application.
abstract  ApplicationId ApplicationAttemptId.getApplicationId()
          Get the ApplicationId of the ApplicationAttempId.
 ApplicationId ApplicationReport.getApplicationId()
          Get the ApplicationId of the application.
 

Methods in org.apache.hadoop.yarn.api.records with parameters of type ApplicationId
 int ApplicationId.compareTo(ApplicationId other)
           
 void ApplicationSubmissionContext.setApplicationId(ApplicationId appplicationId)
          Set the ApplicationId of the submitted application.
abstract  void ApplicationAttemptId.setApplicationId(ApplicationId appID)
           
 void ApplicationReport.setApplicationId(ApplicationId applicationId)
           
 



Copyright © 2012 Apache Software Foundation. All Rights Reserved.