Uses of Class
org.apache.hadoop.yarn.server.resourcemanager.RMFatalEventType

Packages that use RMFatalEventType
org.apache.hadoop.yarn.server.resourcemanager   
 

Uses of RMFatalEventType in org.apache.hadoop.yarn.server.resourcemanager
 

Methods in org.apache.hadoop.yarn.server.resourcemanager that return RMFatalEventType
static RMFatalEventType RMFatalEventType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RMFatalEventType[] RMFatalEventType.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 with parameters of type RMFatalEventType
RMFatalEvent(RMFatalEventType rmFatalEventType, Exception cause)
           
RMFatalEvent(RMFatalEventType rmFatalEventType, String cause)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.