Uses of Class
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.plans.MROperPlan

Packages that use MROperPlan
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer   
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.plans   
org.apache.pig.tools.pigstats   
 

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

Methods in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer that return MROperPlan
 MROperPlan MRCompiler.compile()
          The front-end method that the user calls to compile the plan.
 MROperPlan MRCompiler.getMRPlan()
          Used to get the compiled plan
 

Methods in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer with parameters of type MROperPlan
 org.apache.hadoop.mapred.jobcontrol.JobControl JobControlCompiler.compile(MROperPlan plan, String grpName)
          Compiles all jobs that have no dependencies removes them from the plan and returns.
 

Constructors in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer with parameters of type MROperPlan
CombinerOptimizer(MROperPlan plan, String chunkSize)
           
CombinerOptimizer(MROperPlan plan, String chunkSize, CompilationMessageCollector messageCollector)
           
KeyTypeDiscoveryVisitor(MROperPlan plan)
           
SampleOptimizer(MROperPlan plan)
           
 

Uses of MROperPlan in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.plans
 

Constructors in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.plans with parameters of type MROperPlan
DotMRPrinter(MROperPlan plan, PrintStream ps)
           
EndOfAllInputSetter(MROperPlan plan)
           
MROpPlanVisitor(MROperPlan plan, PlanWalker<MapReduceOper,MROperPlan> walker)
           
MRPrinter(PrintStream ps, MROperPlan plan)
           
POPackageAnnotator(MROperPlan plan)
           
 

Constructor parameters in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.plans with type arguments of type MROperPlan
MROpPlanVisitor(MROperPlan plan, PlanWalker<MapReduceOper,MROperPlan> walker)
           
 

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

Methods in org.apache.pig.tools.pigstats with parameters of type MROperPlan
 void PigStats.setMROperatorPlan(MROperPlan mrp)
           
 



Copyright © ${year} The Apache Software Foundation