|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hadoop.mapreduce.jobhistory.HistoryViewer.FilteredJob
public static class HistoryViewer.FilteredJob
Utility to filter out events based on the task status
| Constructor Summary | |
|---|---|
HistoryViewer.FilteredJob(JobHistoryParser.JobInfo job,
String status)
Apply the filter (status) on the parsed job and generate summary |
|
| Method Summary | |
|---|---|
String |
getFilter()
Get the current filter |
Map<String,Set<TaskID>> |
getFilteredMap()
Get the map of the filtered tasks |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HistoryViewer.FilteredJob(JobHistoryParser.JobInfo job,
String status)
| Method Detail |
|---|
public Map<String,Set<TaskID>> getFilteredMap()
public String getFilter()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||