Uses of Class
org.apache.hadoop.yarn.server.resourcemanager.rmnode.RMNodeEventType

Packages that use RMNodeEventType
org.apache.hadoop.yarn.server.resourcemanager.rmnode   
 

Uses of RMNodeEventType in org.apache.hadoop.yarn.server.resourcemanager.rmnode
 

Methods in org.apache.hadoop.yarn.server.resourcemanager.rmnode that return RMNodeEventType
static RMNodeEventType RMNodeEventType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RMNodeEventType[] RMNodeEventType.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.rmnode with parameters of type RMNodeEventType
RMNodeEvent(org.apache.hadoop.yarn.api.records.NodeId nodeId, RMNodeEventType type)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.