|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hadoop.tools.rumen.LoggedTaskAttempt
org.apache.hadoop.tools.rumen.ParsedTaskAttempt
public class ParsedTaskAttempt
This is a wrapper class around LoggedTaskAttempt. This provides
also the extra information about the task attempt obtained from
job history which is not written to the JSON trace file.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.apache.hadoop.tools.rumen.LoggedTaskAttempt |
|---|
LoggedTaskAttempt.SplitVectorKind |
| Method Summary | |
|---|---|
void |
incorporateCounters(org.apache.hadoop.mapreduce.jobhistory.JhCounters counters)
incorporate event counters |
Map<String,Long> |
obtainCounters()
|
String |
obtainDiagnosticInfo()
|
Integer |
obtainHttpPort()
|
Integer |
obtainShufflePort()
|
String |
obtainTrackerName()
|
void |
putCounters(Map<String,Long> counters)
Set the task attempt counters |
void |
putDiagnosticInfo(String msg)
Set the task attempt diagnostic-info |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void incorporateCounters(org.apache.hadoop.mapreduce.jobhistory.JhCounters counters)
incorporateCounters in class LoggedTaskAttemptpublic void putCounters(Map<String,Long> counters)
public Map<String,Long> obtainCounters()
public void putDiagnosticInfo(String msg)
public String obtainDiagnosticInfo()
public String obtainTrackerName()
public Integer obtainHttpPort()
public Integer obtainShufflePort()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||