Uses of Enum Class
org.apache.hadoop.yarn.server.resourcemanager.amlauncher.AMLauncherEventType
Packages that use AMLauncherEventType
-
Uses of AMLauncherEventType in org.apache.hadoop.yarn.server.resourcemanager.amlauncher
Methods in org.apache.hadoop.yarn.server.resourcemanager.amlauncher that return AMLauncherEventTypeModifier and TypeMethodDescriptionstatic AMLauncherEventTypeReturns the enum constant of this class with the specified name.static AMLauncherEventType[]AMLauncherEventType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.yarn.server.resourcemanager.amlauncher with parameters of type AMLauncherEventTypeModifier and TypeMethodDescriptionprotected RunnableApplicationMasterLauncher.createRunnableLauncher(RMAppAttempt application, AMLauncherEventType event) Constructors in org.apache.hadoop.yarn.server.resourcemanager.amlauncher with parameters of type AMLauncherEventTypeModifierConstructorDescriptionAMLauncher(RMContext rmContext, RMAppAttempt application, AMLauncherEventType eventType, org.apache.hadoop.conf.Configuration conf) AMLauncherEvent(AMLauncherEventType type, RMAppAttempt appAttempt)