Uses of Enum Class
org.apache.hadoop.mapreduce.v2.app.job.event.TaskEventType
Packages that use TaskEventType
Package
Description
-
Uses of TaskEventType in org.apache.hadoop.mapreduce.v2.app.job.event
Methods in org.apache.hadoop.mapreduce.v2.app.job.event that return TaskEventTypeModifier and TypeMethodDescriptionstatic TaskEventTypeReturns the enum constant of this class with the specified name.static TaskEventType[]TaskEventType.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 TaskEventTypeModifierConstructorDescriptionTaskEvent(org.apache.hadoop.mapreduce.v2.api.records.TaskId taskID, TaskEventType type) TaskTAttemptEvent(org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptId id, TaskEventType type) -
Uses of TaskEventType in org.apache.hadoop.mapreduce.v2.app.job.impl
Methods in org.apache.hadoop.mapreduce.v2.app.job.impl with parameters of type TaskEventType