Uses of Enum Class
org.apache.hadoop.mapreduce.v2.app.job.event.TaskEventType

Packages that use TaskEventType
  • Uses of TaskEventType in org.apache.hadoop.mapreduce.v2.app.job.event

    Methods in org.apache.hadoop.mapreduce.v2.app.job.event that return TaskEventType
    Modifier and Type
    Method
    Description
    TaskEventType.valueOf(String name)
    Returns 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.