Uses of Class
org.apache.hadoop.tools.rumen.TaskAttemptInfo

Packages that use TaskAttemptInfo
org.apache.hadoop.tools.rumen Rumen is a data extraction and analysis tool built for Apache Hadoop
 

Uses of TaskAttemptInfo in org.apache.hadoop.tools.rumen
 

Subclasses of TaskAttemptInfo in org.apache.hadoop.tools.rumen
 class MapTaskAttemptInfo
          MapTaskAttemptInfo represents the information with regard to a map task attempt.
 class ReduceTaskAttemptInfo
          ReduceTaskAttemptInfo represents the information with regard to a reduce task attempt.
 

Methods in org.apache.hadoop.tools.rumen that return TaskAttemptInfo
 TaskAttemptInfo ZombieJob.getMapTaskAttemptInfoAdjusted(int taskNumber, int taskAttemptNumber, int locality)
          Get a TaskAttemptInfo with a TaskAttemptID associated with taskType, taskNumber, and taskAttemptNumber.
 TaskAttemptInfo JobStory.getMapTaskAttemptInfoAdjusted(int taskNumber, int taskAttemptNumber, int locality)
          Get TaskAttemptInfo for a given task-attempt, considering impact of locality.
 TaskAttemptInfo ZombieJob.getTaskAttemptInfo(TaskType taskType, int taskNumber, int taskAttemptNumber)
          Get a TaskAttemptInfo with a TaskAttemptID associated with taskType, taskNumber, and taskAttemptNumber.
 TaskAttemptInfo JobStory.getTaskAttemptInfo(TaskType taskType, int taskNumber, int taskAttemptNumber)
          Get TaskAttemptInfo for a given task-attempt, without regard to impact of locality (e.g.
 



Copyright © 2009 The Apache Software Foundation