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   
org.apache.hadoop.yarn.applications.distributedshell   
org.apache.hadoop.yarn.client.api Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
org.apache.hadoop.yarn.security   
org.apache.hadoop.yarn.security.client   
 

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

Methods in org.apache.hadoop.yarn.api.protocolrecords that return ApplicationAttemptId
abstract  ApplicationAttemptId GetContainersRequest.getApplicationAttemptId()
          Get the ApplicationAttemptId of an application attempt.
abstract  ApplicationAttemptId GetApplicationAttemptReportRequest.getApplicationAttemptId()
          Get the ApplicationAttemptId of an application attempt.
 

Methods in org.apache.hadoop.yarn.api.protocolrecords with parameters of type ApplicationAttemptId
static GetContainersRequest GetContainersRequest.newInstance(ApplicationAttemptId applicationAttemptId)
           
static GetApplicationAttemptReportRequest GetApplicationAttemptReportRequest.newInstance(ApplicationAttemptId applicationAttemptId)
           
abstract  void GetContainersRequest.setApplicationAttemptId(ApplicationAttemptId applicationAttemptId)
          Set the ApplicationAttemptId of an application attempt
abstract  void GetApplicationAttemptReportRequest.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 ApplicationAttemptReport.getApplicationAttemptId()
          Get the ApplicationAttemptId of this attempt of the application
abstract  ApplicationAttemptId ContainerId.getApplicationAttemptId()
          Get the ApplicationAttemptId of the application to which the Container was assigned.
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.newContainerId(ApplicationAttemptId appAttemptId, long containerId)
           
static ContainerId ContainerId.newInstance(ApplicationAttemptId appAttemptId, int containerId)
          Deprecated. 
static ApplicationAttemptReport ApplicationAttemptReport.newInstance(ApplicationAttemptId applicationAttemptId, String host, int rpcPort, String url, String oUrl, 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)
           
abstract  void ApplicationAttemptReport.setApplicationAttemptId(ApplicationAttemptId applicationAttemptId)
           
protected abstract  void ContainerId.setApplicationAttemptId(ApplicationAttemptId atId)
           
abstract  void ApplicationReport.setCurrentApplicationAttemptId(ApplicationAttemptId applicationAttemptId)
           
 

Uses of ApplicationAttemptId in org.apache.hadoop.yarn.applications.distributedshell
 

Fields in org.apache.hadoop.yarn.applications.distributedshell declared as ApplicationAttemptId
protected  ApplicationAttemptId ApplicationMaster.appAttemptID
           
 

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

Methods in org.apache.hadoop.yarn.client.api with parameters of type ApplicationAttemptId
abstract  ApplicationAttemptReport YarnClient.getApplicationAttemptReport(ApplicationAttemptId applicationAttemptId)
           Get a report of the given ApplicationAttempt.
abstract  ApplicationAttemptReport AHSClient.getApplicationAttemptReport(ApplicationAttemptId applicationAttemptId)
           Get a report of the given ApplicationAttempt.
abstract  List<ContainerReport> YarnClient.getContainers(ApplicationAttemptId applicationAttemptId)
           Get a report of all (Containers) of ApplicationAttempt in the cluster.
abstract  List<ContainerReport> AHSClient.getContainers(ApplicationAttemptId applicationAttemptId)
           Get a report of all (Containers) of ApplicationAttempt in the cluster.
 

Uses of ApplicationAttemptId in org.apache.hadoop.yarn.security
 

Methods in org.apache.hadoop.yarn.security that return ApplicationAttemptId
 ApplicationAttemptId AMRMTokenIdentifier.getApplicationAttemptId()
           
 ApplicationAttemptId NMTokenIdentifier.getApplicationAttemptId()
           
 

Constructors in org.apache.hadoop.yarn.security with parameters of type ApplicationAttemptId
AMRMTokenIdentifier(ApplicationAttemptId appAttemptId, int masterKeyId)
           
NMTokenIdentifier(ApplicationAttemptId appAttemptId, NodeId nodeId, String applicationSubmitter, int masterKeyId)
           
 

Uses of ApplicationAttemptId in org.apache.hadoop.yarn.security.client
 

Methods in org.apache.hadoop.yarn.security.client that return ApplicationAttemptId
 ApplicationAttemptId ClientToAMTokenIdentifier.getApplicationAttemptID()
           
 

Methods in org.apache.hadoop.yarn.security.client with parameters of type ApplicationAttemptId
 SecretKey ClientToAMTokenSecretManager.getMasterKey(ApplicationAttemptId applicationAttemptID)
           
abstract  SecretKey BaseClientToAMTokenSecretManager.getMasterKey(ApplicationAttemptId applicationAttemptId)
           
 

Constructors in org.apache.hadoop.yarn.security.client with parameters of type ApplicationAttemptId
ClientToAMTokenIdentifier(ApplicationAttemptId id, String client)
           
ClientToAMTokenSecretManager(ApplicationAttemptId applicationAttemptID, byte[] key)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.