Uses of Enum Class
org.apache.hadoop.mapreduce.v2.app.job.event.TaskAttemptEventType
Packages that use TaskAttemptEventType
-
Uses of TaskAttemptEventType in org.apache.hadoop.mapreduce.v2.app.job.event
Methods in org.apache.hadoop.mapreduce.v2.app.job.event that return TaskAttemptEventTypeModifier and TypeMethodDescriptionstatic TaskAttemptEventTypeReturns the enum constant of this class with the specified name.static TaskAttemptEventType[]TaskAttemptEventType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.hadoop.mapreduce.v2.app.job.event with parameters of type TaskAttemptEventTypeModifierConstructorDescriptionTaskAttemptEvent(org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptId id, TaskAttemptEventType type) Create a new TaskAttemptEvent.