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

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

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)
           
 

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
protected  void TaskImpl.internalError(TaskEventType type)
           
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.