Uses of Enum Class
org.apache.hadoop.yarn.server.resourcemanager.RMAppManagerEventType
Packages that use RMAppManagerEventType
-
Uses of RMAppManagerEventType in org.apache.hadoop.yarn.server.resourcemanager
Methods in org.apache.hadoop.yarn.server.resourcemanager that return RMAppManagerEventTypeModifier and TypeMethodDescriptionstatic RMAppManagerEventTypeReturns the enum constant of this class with the specified name.static RMAppManagerEventType[]RMAppManagerEventType.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 with parameters of type RMAppManagerEventTypeModifierConstructorDescriptionRMAppManagerEvent(org.apache.hadoop.yarn.api.records.ApplicationId appId, String targetQueueForMove, RMAppManagerEventType type) RMAppManagerEvent(org.apache.hadoop.yarn.api.records.ApplicationId appId, RMAppManagerEventType type)