public enum DAGAppMasterEventType extends Enum<DAGAppMasterEventType>
| Enum Constant and Description |
|---|
AM_REBOOT |
DAG_FINISHED |
INTERNAL_ERROR |
SCHEDULING_SERVICE_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 SCHEDULING_SERVICE_ERROR
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 © 2014 Apache Software Foundation. All rights reserved.