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
abstract  ApplicationAttemptId GetApplicationAttemptReportRequest.getApplicationAttemptId()
          Get the ApplicationAttemptId of an application attempt.
abstract  ApplicationAttemptId GetContainersRequest.getApplicationAttemptId()
          Get the ApplicationAttemptId of an application attempt.
 

Methods in org.apache.hadoop.yarn.api.protocolrecords with parameters of type ApplicationAttemptId
static GetApplicationAttemptReportRequest GetApplicationAttemptReportRequest.newInstance(ApplicationAttemptId applicationAttemptId)
           
static GetContainersRequest GetContainersRequest.newInstance(ApplicationAttemptId applicationAttemptId)
           
abstract  void GetApplicationAttemptReportRequest.setApplicationAttemptId(ApplicationAttemptId applicationAttemptId)
          Set the ApplicationAttemptId of an application attempt
abstract  void GetContainersRequest.setApplicationAttemptId(ApplicationAttemptId applicationAttemptId)
          Set the ApplicationAttemptId of an application attempt
 

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.
abstract  ApplicationAttemptId ApplicationAttemptReport.getApplicationAttemptId()
          Get the ApplicationAttemptId of this attempt of the application
abstract  ApplicationAttemptId ApplicationReport.getCurrentApplicationAttemptId()
          Get the ApplicationAttemptId of the current attempt of the application
static ApplicationAttemptId ApplicationAttemptId.newInstance(ApplicationId appId, int attemptId)
           
 

Methods in org.apache.hadoop.yarn.api.records with parameters of type ApplicationAttemptId
 int ApplicationAttemptId.compareTo(ApplicationAttemptId other)
           
static ContainerId ContainerId.newInstance(ApplicationAttemptId appAttemptId, int containerId)
           
static ApplicationAttemptReport ApplicationAttemptReport.newInstance(ApplicationAttemptId applicationAttemptId, String host, int rpcPort, String url, String diagnostics, YarnApplicationAttemptState state, ContainerId amContainerId)
           
static ApplicationReport ApplicationReport.newInstance(ApplicationId applicationId, ApplicationAttemptId applicationAttemptId, String user, String queue, String name, String host, int rpcPort, Token clientToAMToken, YarnApplicationState state, String diagnostics, String url, long startTime, long finishTime, FinalApplicationStatus finalStatus, ApplicationResourceUsageReport appResources, String origTrackingUrl, float progress, String applicationType, Token amRmToken)
           
protected abstract  void ContainerId.setApplicationAttemptId(ApplicationAttemptId atId)
           
abstract  void ApplicationAttemptReport.setApplicationAttemptId(ApplicationAttemptId applicationAttemptId)
           
abstract  void ApplicationReport.setCurrentApplicationAttemptId(ApplicationAttemptId applicationAttemptId)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.