Uses of Class
org.apache.hadoop.mapreduce.jobhistory.JobHistoryParser.JobInfo

Packages that use JobHistoryParser.JobInfo
org.apache.hadoop.mapreduce.jobhistory   
 

Uses of JobHistoryParser.JobInfo in org.apache.hadoop.mapreduce.jobhistory
 

Methods in org.apache.hadoop.mapreduce.jobhistory that return JobHistoryParser.JobInfo
 JobHistoryParser.JobInfo JobHistoryParser.parse()
          Parse the entire history file and populate the JobInfo object The first invocation will populate the object, subsequent calls will return the already parsed object.
 JobHistoryParser.JobInfo JobHistoryParser.parse(EventReader reader)
          Only used for unit tests.
 

Constructors in org.apache.hadoop.mapreduce.jobhistory with parameters of type JobHistoryParser.JobInfo
HistoryViewer.AnalyzedJob(JobHistoryParser.JobInfo job)
          Generate analysis information for the parsed job
HistoryViewer.FilteredJob(JobHistoryParser.JobInfo job, String status)
          Apply the filter (status) on the parsed job and generate summary
HistoryViewer.SummarizedJob(JobHistoryParser.JobInfo job)
          Create summary information for the parsed job
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.