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.mapReduceLayer   
org.apache.pig.backend.hadoop.executionengine.physicalLayer Implementation of physical operators that use hadoop as the execution engine and data storage. 
 

Uses of PigProgressable in org.apache.pig
 

Fields in org.apache.pig declared as PigProgressable
protected  PigProgressable ComparisonFunc.reporter
           
protected  PigProgressable EvalFunc.reporter
           
 

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

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

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
 

Fields in org.apache.pig.backend.hadoop.executionengine.physicalLayer declared as PigProgressable
static PigProgressable PhysicalOperator.reporter
           
 

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



Copyright © ${year} The Apache Software Foundation