org.apache.hadoop.mapreduce.jobhistory
Class HistoryViewer.FilteredJob

java.lang.Object
  extended by org.apache.hadoop.mapreduce.jobhistory.HistoryViewer.FilteredJob
Enclosing class:
HistoryViewer

public static class HistoryViewer.FilteredJob
extends Object

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

HistoryViewer.FilteredJob

public HistoryViewer.FilteredJob(JobHistoryParser.JobInfo job,
                                 String status)
Apply the filter (status) on the parsed job and generate summary

Method Detail

getFilteredMap

public Map<String,Set<TaskID>> getFilteredMap()
Get the map of the filtered tasks


getFilter

public String getFilter()
Get the current filter



Copyright © 2012 Apache Software Foundation. All Rights Reserved.