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 GetNewApplicationResponse.getApplicationId()
          Get the new ApplicationId allocated by the ResourceManager.
 ApplicationId KillApplicationRequest.getApplicationId()
          Get the ApplicationId of the application to be aborted.
 ApplicationId GetApplicationReportRequest.getApplicationId()
          Get the ApplicationId of the application.
 

Methods in org.apache.hadoop.yarn.api.protocolrecords with parameters of type ApplicationId
 void GetNewApplicationResponse.setApplicationId(ApplicationId applicationId)
           
 void KillApplicationRequest.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 ApplicationReport.getApplicationId()
          Get the ApplicationId of the application.
abstract  ApplicationId ApplicationAttemptId.getApplicationId()
          Get the ApplicationId of the ApplicationAttempId.
 ApplicationId ApplicationSubmissionContext.getApplicationId()
          Get the ApplicationId of the submitted application.
 

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



Copyright © 2012 Apache Software Foundation. All Rights Reserved.