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 MapReduceLauncher.compile(PhysicalPlan php, PigContext pc)
           
 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
AccumulatorOptimizer(MROperPlan plan)
           
CombinerOptimizer(MROperPlan plan, boolean doMapAgg)
           
CombinerOptimizer(MROperPlan plan, boolean doMapAgg, CompilationMessageCollector messageCollector)
           
KeyTypeDiscoveryVisitor(MROperPlan plan)
           
LimitAdjuster(MROperPlan plan, PigContext pigContext)
           
SampleOptimizer(MROperPlan plan, PigContext pigContext)
           
SecondaryKeyOptimizer(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
static void PigStatsUtil.startCollection(PigContext pc, org.apache.hadoop.mapred.JobClient client, JobControlCompiler jcc, MROperPlan plan)
          Starts collecting statistics for the given MR plan
 



Copyright © ${year} The Apache Software Foundation