|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hadoop.mapreduce.jobhistory.HistoryViewer.AnalyzedJob
public static class HistoryViewer.AnalyzedJob
Utility class used while analyzing the job. Used by HistoryViewer and the JobHistory UI.
| Constructor Summary | |
|---|---|
HistoryViewer.AnalyzedJob(JobHistoryParser.JobInfo job)
Generate analysis information for the parsed job |
|
| Method Summary | |
|---|---|
long |
getAvgMapTime()
Get the average map time |
long |
getAvgReduceTime()
Get the average reduce time |
long |
getAvgShuffleTime()
Get the average shuffle time |
JobHistoryParser.TaskAttemptInfo[] |
getMapTasks()
Get the map tasks list |
JobHistoryParser.TaskAttemptInfo[] |
getReduceTasks()
Get the reduce tasks list |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HistoryViewer.AnalyzedJob(JobHistoryParser.JobInfo job)
| Method Detail |
|---|
public long getAvgMapTime()
public long getAvgReduceTime()
public long getAvgShuffleTime()
public JobHistoryParser.TaskAttemptInfo[] getMapTasks()
public JobHistoryParser.TaskAttemptInfo[] getReduceTasks()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||