Uses of Package
org.apache.pig.tools.pigstats

Packages that use org.apache.pig.tools.pigstats
org.apache.pig Public interfaces and classes for Pig. 
org.apache.pig.backend.executionengine   
org.apache.pig.backend.hadoop.executionengine   
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer   
org.apache.pig.scripting   
org.apache.pig.scripting.js   
org.apache.pig.scripting.jython   
org.apache.pig.tools.pigstats   
 

Classes in org.apache.pig.tools.pigstats used by org.apache.pig
PigProgressNotificationListener
          Should be implemented by an object that wants to receive notifications from PigRunner.
PigStats
          PigStats encapsulates the statistics collected from a running script.
 

Classes in org.apache.pig.tools.pigstats used by org.apache.pig.backend.executionengine
PigStats
          PigStats encapsulates the statistics collected from a running script.
 

Classes in org.apache.pig.tools.pigstats used by org.apache.pig.backend.hadoop.executionengine
PigStats
          PigStats encapsulates the statistics collected from a running script.
 

Classes in org.apache.pig.tools.pigstats used by org.apache.pig.backend.hadoop.executionengine.mapReduceLayer
PigStats
          PigStats encapsulates the statistics collected from a running script.
PigStatusReporter
           
 

Classes in org.apache.pig.tools.pigstats used by org.apache.pig.scripting
PigStats
          PigStats encapsulates the statistics collected from a running script.
 

Classes in org.apache.pig.tools.pigstats used by org.apache.pig.scripting.js
PigStats
          PigStats encapsulates the statistics collected from a running script.
 

Classes in org.apache.pig.tools.pigstats used by org.apache.pig.scripting.jython
PigStats
          PigStats encapsulates the statistics collected from a running script.
 

Classes in org.apache.pig.tools.pigstats used by org.apache.pig.tools.pigstats
InputStats
          This class encapsulates the runtime statistics of a user specified input.
InputStats.INPUT_TYPE
           
JobStats
          This class encapsulates the runtime statistics of a MapReduce job.
JobStats.JobState
           
OutputStats
          This class encapsulates the runtime statistics of an user specified output.
PigProgressNotificationListener
          Should be implemented by an object that wants to receive notifications from PigRunner.
PigStats
          PigStats encapsulates the statistics collected from a running script.
PigStats.JobGraph
          JobGraph is an OperatorPlan whose members are JobStats
PigStatusReporter
           
ScriptState
          ScriptStates encapsulates settings for a Pig script that runs on a hadoop cluster.
 



Copyright © 2012 The Apache Software Foundation