Uses of Class
org.apache.hadoop.yarn.server.resourcemanager.rmapp.attempt.RMAppAttemptState

Packages that use RMAppAttemptState
org.apache.hadoop.yarn.server.resourcemanager.rmapp.attempt   
org.apache.hadoop.yarn.server.resourcemanager.scheduler   
org.apache.hadoop.yarn.server.resourcemanager.scheduler.event   
 

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

Methods in org.apache.hadoop.yarn.server.resourcemanager.rmapp.attempt that return RMAppAttemptState
 RMAppAttemptState RMAppAttempt.getAppAttemptState()
          The state of the RMAppAttempt.
 RMAppAttemptState RMAppAttemptImpl.getAppAttemptState()
           
static RMAppAttemptState RMAppAttemptState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RMAppAttemptState[] RMAppAttemptState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of RMAppAttemptState in org.apache.hadoop.yarn.server.resourcemanager.scheduler
 

Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler with parameters of type RMAppAttemptState
 void QueueMetrics.finishApp(AppSchedulingInfo app, RMAppAttemptState rmAppAttemptFinalState)
           
 void SchedulerApplication.stop(RMAppAttemptState rmAppAttemptFinalState)
           
 void AppSchedulingInfo.stop(RMAppAttemptState rmAppAttemptFinalState)
           
 

Uses of RMAppAttemptState in org.apache.hadoop.yarn.server.resourcemanager.scheduler.event
 

Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.event that return RMAppAttemptState
 RMAppAttemptState AppRemovedSchedulerEvent.getFinalAttemptState()
           
 

Constructors in org.apache.hadoop.yarn.server.resourcemanager.scheduler.event with parameters of type RMAppAttemptState
AppRemovedSchedulerEvent(org.apache.hadoop.yarn.api.records.ApplicationAttemptId applicationAttemptId, RMAppAttemptState finalAttemptState)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.