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

Packages that use OutputStats
org.apache.pig.tools.pigstats   
 

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

Methods in org.apache.pig.tools.pigstats that return OutputStats
abstract  OutputStats PigStats.result(String alias)
           
 

Methods in org.apache.pig.tools.pigstats that return types with arguments of type OutputStats
 List<OutputStats> JobStats.getOutputs()
           
abstract  List<OutputStats> PigStats.getOutputStats()
           
 

Methods in org.apache.pig.tools.pigstats with parameters of type OutputStats
 void ScriptState.emitOutputCompletedNotification(OutputStats outputStats)
           
 void PigProgressNotificationListener.outputCompletedNotification(String scriptId, OutputStats outputStats)
          Invoked just after an output is successfully written.
 



Copyright © 2012 The Apache Software Foundation