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

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

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

Fields in org.apache.hadoop.tools.rumen declared as TaskInfo
protected  TaskInfo TaskAttemptInfo.taskInfo
           
 

Methods in org.apache.hadoop.tools.rumen that return TaskInfo
 TaskInfo TaskAttemptInfo.getTaskInfo()
          Get the TaskInfo for the given task-attempt.
 TaskInfo ZombieJob.getTaskInfo(org.apache.hadoop.mapreduce.TaskType taskType, int taskNumber)
           
 TaskInfo JobStory.getTaskInfo(org.apache.hadoop.mapreduce.TaskType taskType, int taskNumber)
          Get TaskInfo for a given task.
 

Constructors in org.apache.hadoop.tools.rumen with parameters of type TaskInfo
MapTaskAttemptInfo(org.apache.hadoop.mapred.TaskStatus.State state, TaskInfo taskInfo, long runtime)
          Deprecated. please use the constructor with (state, taskInfo, runtime, List<List<Integer>> allSplits) instead. see LoggedTaskAttempt for an explanation of allSplits. If there are no known splits, use null.
MapTaskAttemptInfo(org.apache.hadoop.mapred.TaskStatus.State state, TaskInfo taskInfo, long runtime, List<List<Integer>> allSplits)
           
ReduceTaskAttemptInfo(org.apache.hadoop.mapred.TaskStatus.State state, TaskInfo taskInfo, long shuffleTime, long mergeTime, long reduceTime)
          Deprecated. please use the constructor with (state, taskInfo, shuffleTime, mergeTime, reduceTime List<List<Integer>> allSplits) instead. see LoggedTaskAttempt for an explanation of allSplits. If there are no known splits, use null.
ReduceTaskAttemptInfo(org.apache.hadoop.mapred.TaskStatus.State state, TaskInfo taskInfo, long shuffleTime, long mergeTime, long reduceTime, List<List<Integer>> allSplits)
           
TaskAttemptInfo(org.apache.hadoop.mapred.TaskStatus.State state, TaskInfo taskInfo)
           
TaskAttemptInfo(org.apache.hadoop.mapred.TaskStatus.State state, TaskInfo taskInfo, List<List<Integer>> allSplits)
           
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.