Uses of Interface
org.apache.hadoop.yarn.server.resourcemanager.rmapp.attempt.RMAppAttempt

Packages that use RMAppAttempt
org.apache.hadoop.yarn.server.resourcemanager.amlauncher   
org.apache.hadoop.yarn.server.resourcemanager.recovery   
org.apache.hadoop.yarn.server.resourcemanager.rmapp   
org.apache.hadoop.yarn.server.resourcemanager.rmapp.attempt   
org.apache.hadoop.yarn.server.resourcemanager.webapp.dao   
 

Uses of RMAppAttempt in org.apache.hadoop.yarn.server.resourcemanager.amlauncher
 

Methods in org.apache.hadoop.yarn.server.resourcemanager.amlauncher that return RMAppAttempt
 RMAppAttempt AMLauncherEvent.getAppAttempt()
           
 

Methods in org.apache.hadoop.yarn.server.resourcemanager.amlauncher with parameters of type RMAppAttempt
protected  Runnable ApplicationMasterLauncher.createRunnableLauncher(RMAppAttempt application, AMLauncherEventType event)
           
 

Constructors in org.apache.hadoop.yarn.server.resourcemanager.amlauncher with parameters of type RMAppAttempt
AMLauncher(RMContext rmContext, RMAppAttempt application, AMLauncherEventType eventType, org.apache.hadoop.conf.Configuration conf)
           
AMLauncherEvent(AMLauncherEventType type, RMAppAttempt appAttempt)
           
 

Uses of RMAppAttempt in org.apache.hadoop.yarn.server.resourcemanager.recovery
 

Methods in org.apache.hadoop.yarn.server.resourcemanager.recovery with parameters of type RMAppAttempt
 void RMStateStore.storeApplicationAttempt(RMAppAttempt appAttempt)
           
 

Uses of RMAppAttempt in org.apache.hadoop.yarn.server.resourcemanager.rmapp
 

Methods in org.apache.hadoop.yarn.server.resourcemanager.rmapp that return RMAppAttempt
 RMAppAttempt RMApp.getCurrentAppAttempt()
          RMApp can have multiple application attempts RMAppAttempt.
 RMAppAttempt RMAppImpl.getCurrentAppAttempt()
           
 RMAppAttempt RMApp.getRMAppAttempt(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId)
          RMApp can have multiple application attempts RMAppAttempt.
 RMAppAttempt RMAppImpl.getRMAppAttempt(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId)
           
 

Methods in org.apache.hadoop.yarn.server.resourcemanager.rmapp that return types with arguments of type RMAppAttempt
 Map<org.apache.hadoop.yarn.api.records.ApplicationAttemptId,RMAppAttempt> RMApp.getAppAttempts()
          RMApp can have multiple application attempts RMAppAttempt.
 Map<org.apache.hadoop.yarn.api.records.ApplicationAttemptId,RMAppAttempt> RMAppImpl.getAppAttempts()
           
 

Uses of RMAppAttempt in org.apache.hadoop.yarn.server.resourcemanager.rmapp.attempt
 

Classes in org.apache.hadoop.yarn.server.resourcemanager.rmapp.attempt that implement RMAppAttempt
 class RMAppAttemptImpl
           
 

Uses of RMAppAttempt in org.apache.hadoop.yarn.server.resourcemanager.webapp.dao
 

Constructors in org.apache.hadoop.yarn.server.resourcemanager.webapp.dao with parameters of type RMAppAttempt
AppAttemptInfo(RMAppAttempt attempt, String user)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.