Uses of Class
org.apache.pig.tools.pigstats.JobStats

Packages that use JobStats
org.apache.pig.tools.pigstats   
org.apache.pig.tools.pigstats.mapreduce   
 

Uses of JobStats in org.apache.pig.tools.pigstats
 

Methods in org.apache.pig.tools.pigstats that return types with arguments of type JobStats
 List<JobStats> PigStats.JobGraph.getFailedJobs()
           
 List<JobStats> PigStats.JobGraph.getJobList()
          Returns a List representation of the Job graph.
 List<JobStats> PigStats.JobGraph.getSuccessfulJobs()
           
 Iterator<JobStats> PigStats.JobGraph.iterator()
           
 

Methods in org.apache.pig.tools.pigstats with parameters of type JobStats
 void ScriptState.emitJobFailedNotification(JobStats jobStats)
           
 void ScriptState.emitjobFinishedNotification(JobStats jobStats)
           
 void PigProgressNotificationListener.jobFailedNotification(String scriptId, JobStats jobStats)
          Invoked when a Hadoop job fails.
 void PigProgressNotificationListener.jobFinishedNotification(String scriptId, JobStats jobStats)
          Invoked just after a Hadoop job is completed successfully.
 void PigStats.JobGraphPrinter.visit(JobStats op)
           
 

Uses of JobStats in org.apache.pig.tools.pigstats.mapreduce
 

Subclasses of JobStats in org.apache.pig.tools.pigstats.mapreduce
 class MRJobStats
          This class encapsulates the runtime statistics of a MapReduce job.
 

Methods in org.apache.pig.tools.pigstats.mapreduce that return JobStats
static JobStats MRPigStatsUtil.addJobStats(org.apache.hadoop.mapred.jobcontrol.Job job)
          Add stats for a new Job, which doesn't yet need to be completed.
 



Copyright © 2007-2012 The Apache Software Foundation