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

Packages that use PigStats
org.apache.pig.backend.executionengine   
org.apache.pig.backend.hadoop.executionengine   
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer   
 

Uses of PigStats in org.apache.pig.backend.executionengine
 

Methods in org.apache.pig.backend.executionengine that return PigStats
 PigStats ExecJob.getStatistics()
          Can be information about the state (not submitted, e.g.
 

Uses of PigStats in org.apache.pig.backend.hadoop.executionengine
 

Methods in org.apache.pig.backend.hadoop.executionengine that return PigStats
 PigStats HJob.getStatistics()
           
 

Constructors in org.apache.pig.backend.hadoop.executionengine with parameters of type PigStats
HJob(ExecJob.JOB_STATUS status, PigContext pigContext, POStore store, String alias, PigStats stats)
           
 

Uses of PigStats in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer
 

Methods in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer that return PigStats
 PigStats MapReduceLauncher.launchPig(PhysicalPlan php, String grpName, PigContext pc)
           
abstract  PigStats Launcher.launchPig(PhysicalPlan php, String grpName, PigContext pc)
          Method to launch pig for hadoop either for a cluster's job tracker or for a local job runner.
 



Copyright © ${year} The Apache Software Foundation