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

Packages that use TaskEventType
org.apache.hadoop.mapreduce.v2.app.job.event   
 

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
static TaskEventType TaskEventType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TaskEventType[] TaskEventType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.hadoop.mapreduce.v2.app.job.event with parameters of type TaskEventType
TaskEvent(org.apache.hadoop.mapreduce.v2.api.records.TaskId taskID, TaskEventType type)
           
TaskTAttemptEvent(org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptId id, TaskEventType type)
           
 



Copyright © 2012 Apache Software Foundation. All Rights Reserved.