public class ReduceTaskAttemptInfo extends TaskAttemptInfo
ReduceTaskAttemptInfo represents the information with regard to a
reduce task attempt.state, taskInfo| 构造器和说明 |
|---|
ReduceTaskAttemptInfo(TaskStatus.State state,
TaskInfo taskInfo,
long shuffleTime,
long mergeTime,
long reduceTime) |
| 限定符和类型 | 方法和说明 |
|---|---|
long |
getMergeRuntime()
Get the runtime for the merge phase of the reduce task-attempt
|
long |
getReduceRuntime()
Get the runtime for the reduce phase of the reduce task-attempt.
|
long |
getRuntime()
Get the total runtime for the task-attempt.
|
long |
getShuffleRuntime()
Get the runtime for the shuffle phase of the reduce task-attempt.
|
getRunState, getTaskInfopublic ReduceTaskAttemptInfo(TaskStatus.State state, TaskInfo taskInfo, long shuffleTime, long mergeTime, long reduceTime)
public long getReduceRuntime()
public long getShuffleRuntime()
public long getMergeRuntime()
public long getRuntime()
TaskAttemptInfogetRuntime 在类中 TaskAttemptInfoCopyright © 2009 The Apache Software Foundation