public enum TaskAttemptEventType extends Enum<TaskAttemptEventType>
| Modifier and Type | Method and Description | 
|---|---|
| static TaskAttemptEventType | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static TaskAttemptEventType[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final TaskAttemptEventType TA_SCHEDULE
public static final TaskAttemptEventType TA_RESCHEDULE
public static final TaskAttemptEventType TA_RECOVER
public static final TaskAttemptEventType TA_KILL
public static final TaskAttemptEventType TA_ASSIGNED
public static final TaskAttemptEventType TA_CONTAINER_COMPLETED
public static final TaskAttemptEventType TA_CONTAINER_LAUNCHED
public static final TaskAttemptEventType TA_CONTAINER_LAUNCH_FAILED
public static final TaskAttemptEventType TA_CONTAINER_CLEANED
public static final TaskAttemptEventType TA_DIAGNOSTICS_UPDATE
public static final TaskAttemptEventType TA_COMMIT_PENDING
public static final TaskAttemptEventType TA_DONE
public static final TaskAttemptEventType TA_FAILMSG
public static final TaskAttemptEventType TA_UPDATE
public static final TaskAttemptEventType TA_TIMED_OUT
public static final TaskAttemptEventType TA_PREEMPTED
public static final TaskAttemptEventType TA_FAILMSG_BY_CLIENT
public static final TaskAttemptEventType TA_CLEANUP_DONE
public static final TaskAttemptEventType TA_TOO_MANY_FETCH_FAILURE
public static TaskAttemptEventType[] values()
for (TaskAttemptEventType c : TaskAttemptEventType.values()) System.out.println(c);
public static TaskAttemptEventType 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 © 2008–2023 Apache Software Foundation. All rights reserved.