public enum DAGAppMasterEventType extends Enum<DAGAppMasterEventType>
| Enum Constant and Description |
|---|
AM_REBOOT |
CONTAINER_LAUNCHER_SERVICE_FATAL_ERROR |
DAG_CLEANUP |
DAG_FINISHED |
INTERNAL_ERROR |
NEW_DAG_SUBMITTED |
SCHEDULING_SERVICE_ERROR |
TASK_COMMUNICATOR_SERVICE_FATAL_ERROR |
TASK_SCHEDULER_SERVICE_FATAL_ERROR |
| Modifier and Type | Method and Description |
|---|---|
static DAGAppMasterEventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DAGAppMasterEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DAGAppMasterEventType INTERNAL_ERROR
public static final DAGAppMasterEventType AM_REBOOT
public static final DAGAppMasterEventType DAG_FINISHED
public static final DAGAppMasterEventType TASK_COMMUNICATOR_SERVICE_FATAL_ERROR
public static final DAGAppMasterEventType CONTAINER_LAUNCHER_SERVICE_FATAL_ERROR
public static final DAGAppMasterEventType TASK_SCHEDULER_SERVICE_FATAL_ERROR
public static final DAGAppMasterEventType SCHEDULING_SERVICE_ERROR
public static final DAGAppMasterEventType NEW_DAG_SUBMITTED
public static final DAGAppMasterEventType DAG_CLEANUP
public static DAGAppMasterEventType[] values()
for (DAGAppMasterEventType c : DAGAppMasterEventType.values()) System.out.println(c);
public static DAGAppMasterEventType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2019 Apache Software Foundation. All rights reserved.