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

Packages that use RMAppAttemptEventType
org.apache.hadoop.yarn.server.resourcemanager.rmapp.attempt   
 

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

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

Constructors in org.apache.hadoop.yarn.server.resourcemanager.rmapp.attempt with parameters of type RMAppAttemptEventType
RMAppAttemptEvent(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId, RMAppAttemptEventType type)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.