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

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

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

Methods in org.apache.hadoop.yarn.api.protocolrecords that return ApplicationAttemptId
 ApplicationAttemptId AllocateRequest.getApplicationAttemptId()
          Get the ApplicationAttemptId being managed by the ApplicationMaster.
 ApplicationAttemptId RegisterApplicationMasterRequest.getApplicationAttemptId()
          Get the ApplicationAttemptId being managed by the ApplicationMaster.
 

Methods in org.apache.hadoop.yarn.api.protocolrecords with parameters of type ApplicationAttemptId
 void AllocateRequest.setApplicationAttemptId(ApplicationAttemptId applicationAttemptId)
          Set the ApplicationAttemptId being managed by the ApplicationMaster.
 void RegisterApplicationMasterRequest.setApplicationAttemptId(ApplicationAttemptId applicationAttemptId)
          Set the ApplicationAttemptId being managed by the ApplicationMaster.
 

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

Methods in org.apache.hadoop.yarn.api.records that return ApplicationAttemptId
abstract  ApplicationAttemptId ContainerId.getApplicationAttemptId()
          Get the ApplicationAttemptId of the application to which the Container was assigned.
 ApplicationAttemptId ApplicationAttemptStateData.getAttemptId()
          The ApplicationAttemptId for the application attempt
 ApplicationAttemptId ApplicationReport.getCurrentApplicationAttemptId()
          Get the ApplicationAttemptId of the current attempt of the application
 

Methods in org.apache.hadoop.yarn.api.records with parameters of type ApplicationAttemptId
 int ApplicationAttemptId.compareTo(ApplicationAttemptId other)
           
abstract  void ContainerId.setApplicationAttemptId(ApplicationAttemptId atId)
           
 void ApplicationAttemptStateData.setAttemptId(ApplicationAttemptId attemptId)
           
 void ApplicationReport.setCurrentApplicationAttemptId(ApplicationAttemptId applicationAttemptId)
           
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.