Uses of Enum Class
org.apache.hadoop.yarn.server.resourcemanager.rmnode.RMNodeEventType
Packages that use RMNodeEventType
-
Uses of RMNodeEventType in org.apache.hadoop.yarn.server.resourcemanager.rmnode
Methods in org.apache.hadoop.yarn.server.resourcemanager.rmnode that return RMNodeEventTypeModifier and TypeMethodDescriptionstatic RMNodeEventTypeReturns the enum constant of this class with the specified name.static RMNodeEventType[]RMNodeEventType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.hadoop.yarn.server.resourcemanager.rmnode with parameters of type RMNodeEventTypeModifierConstructorDescriptionRMNodeEvent(org.apache.hadoop.yarn.api.records.NodeId nodeId, RMNodeEventType type)