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.
 

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



Copyright © 2012 Apache Software Foundation. All Rights Reserved.