Uses of Class
org.apache.pig.pen.Illustrator

Packages that use Illustrator
org.apache.pig.backend.hadoop.executionengine.physicalLayer Implementation of physical operators that use hadoop as the execution engine and data storage. 
org.apache.pig.backend.hadoop.executionengine.physicalLayer.expressionOperators   
org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators   
org.apache.pig.pen   
 

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

Fields in org.apache.pig.backend.hadoop.executionengine.physicalLayer declared as Illustrator
protected  Illustrator PhysicalOperator.illustrator
           
 

Methods in org.apache.pig.backend.hadoop.executionengine.physicalLayer that return Illustrator
 Illustrator PhysicalOperator.getIllustrator()
           
 

Methods in org.apache.pig.backend.hadoop.executionengine.physicalLayer with parameters of type Illustrator
 void PhysicalOperator.setIllustrator(Illustrator illustrator)
           
 

Uses of Illustrator in org.apache.pig.backend.hadoop.executionengine.physicalLayer.expressionOperators
 

Methods in org.apache.pig.backend.hadoop.executionengine.physicalLayer.expressionOperators with parameters of type Illustrator
 void ExpressionOperator.setIllustrator(Illustrator illustrator)
           
 

Uses of Illustrator in org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators
 

Fields in org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators declared as Illustrator
protected  Illustrator Packager.illustrator
           
 

Methods in org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators that return Illustrator
 Illustrator Packager.getIllustrator()
           
 

Methods in org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators with parameters of type Illustrator
 void Packager.setIllustrator(Illustrator illustrator)
           
 void POPackage.setIllustrator(Illustrator illustrator)
           
 void JoinPackager.setIllustrator(Illustrator illustrator)
           
 

Uses of Illustrator in org.apache.pig.pen
 

Methods in org.apache.pig.pen with parameters of type Illustrator
 void Illustrable.setIllustrator(Illustrator illustrator)
           
 



Copyright © 2007-2012 The Apache Software Foundation