Uses of Interface
org.apache.pig.backend.hadoop.executionengine.physicalLayer.PigProgressable

Packages that use PigProgressable
org.apache.pig Public interfaces and classes for Pig. 
org.apache.pig.backend.hadoop.executionengine.fetch   
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer   
org.apache.pig.backend.hadoop.executionengine.physicalLayer Implementation of physical operators that use hadoop as the execution engine and data storage. 
org.apache.pig.piggybank.evaluation   
 

Uses of PigProgressable in org.apache.pig
 

Fields in org.apache.pig declared as PigProgressable
protected  PigProgressable EvalFunc.reporter
          Reporter to send heartbeats to Hadoop.
protected  PigProgressable ComparisonFunc.reporter
          Deprecated.  
 

Methods in org.apache.pig that return PigProgressable
 PigProgressable EvalFunc.getReporter()
           
 

Methods in org.apache.pig with parameters of type PigProgressable
 void EvalFunc.setReporter(PigProgressable reporter)
          Set the reporter.
 void ComparisonFunc.setReporter(PigProgressable reporter)
          Deprecated. Set the reporter.
 

Uses of PigProgressable in org.apache.pig.backend.hadoop.executionengine.fetch
 

Classes in org.apache.pig.backend.hadoop.executionengine.fetch that implement PigProgressable
 class FetchProgressableReporter
          A dummy ProgressableReporter used for fetch tasks
 

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

Classes in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer that implement PigProgressable
 class ProgressableReporter
           
 

Uses of PigProgressable in org.apache.pig.backend.hadoop.executionengine.physicalLayer
 

Methods in org.apache.pig.backend.hadoop.executionengine.physicalLayer that return PigProgressable
static PigProgressable PhysicalOperator.getReporter()
           
 

Methods in org.apache.pig.backend.hadoop.executionengine.physicalLayer with parameters of type PigProgressable
static void PhysicalOperator.setReporter(PigProgressable reporter)
           
 

Uses of PigProgressable in org.apache.pig.piggybank.evaluation
 

Methods in org.apache.pig.piggybank.evaluation with parameters of type PigProgressable
protected static Tuple ExtremalTupleByNthField.extreme(int pind, int psign, Tuple input, PigProgressable reporter)
           
protected static Tuple MaxTupleBy1stField.max(Tuple input, PigProgressable reporter)
           
 



Copyright © 2007-2012 The Apache Software Foundation