Uses of Enum Class
org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.QueueUpdateWarning.QueueUpdateWarningType
Packages that use QueueUpdateWarning.QueueUpdateWarningType
-
Uses of QueueUpdateWarning.QueueUpdateWarningType in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity
Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity that return QueueUpdateWarning.QueueUpdateWarningTypeModifier and TypeMethodDescriptionQueueUpdateWarning.getWarningType()Returns the enum constant of this class with the specified name.QueueUpdateWarning.QueueUpdateWarningType.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.scheduler.capacity with parameters of type QueueUpdateWarning.QueueUpdateWarningTypeModifierConstructorDescriptionQueueUpdateWarning(QueueUpdateWarning.QueueUpdateWarningType queueUpdateWarningType, String queue)