Uses of Class
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceOper

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

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

Subclasses of MapReduceOper in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer
 class NativeMapReduceOper
           
 

Methods in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer that return types with arguments of type MapReduceOper
 Map<org.apache.hadoop.mapred.jobcontrol.Job,MapReduceOper> JobControlCompiler.getJobMroMap()
          Gets the map of Job and the MR Operator
 

Methods in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer with parameters of type MapReduceOper
static void MRUtil.simpleConnectMapToReduce(MapReduceOper mro, String scope, NodeIdGenerator nig)
           
 void SecondaryKeyOptimizer.visitMROp(MapReduceOper mr)
           
 void SampleOptimizer.visitMROp(MapReduceOper mr)
           
 void KeyTypeDiscoveryVisitor.visitMROp(MapReduceOper mr)
           
 void CombinerOptimizer.visitMROp(MapReduceOper mr)
           
 void LimitAdjuster.visitMROp(MapReduceOper mr)
           
 void AccumulatorOptimizer.visitMROp(MapReduceOper mr)
           
 

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

Methods in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.plans with parameters of type MapReduceOper
protected  String[] DotMRPrinter.getAttributes(MapReduceOper op)
           
protected  String DotMRPrinter.getName(MapReduceOper op)
           
protected  Collection<DotMRPrinter.InnerPlan> DotMRPrinter.getNestedPlans(MapReduceOper op)
           
 void POPackageAnnotator.visitMROp(MapReduceOper mr)
           
 void MROpPlanVisitor.visitMROp(MapReduceOper mr)
           
 void MRPrinter.visitMROp(MapReduceOper mr)
           
 void EndOfAllInputSetter.visitMROp(MapReduceOper mr)
           
 

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

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

Methods in org.apache.pig.tools.pigstats with parameters of type MapReduceOper
 void ScriptState.addSettingsToConf(MapReduceOper mro, org.apache.hadoop.conf.Configuration conf)
           
 

Method parameters in org.apache.pig.tools.pigstats with type arguments of type MapReduceOper
static void PigStatsUtil.updateJobMroMap(Map<org.apache.hadoop.mapred.jobcontrol.Job,MapReduceOper> jobMroMap)
          Updates the PigStats.JobGraph of the PigStats.
 



Copyright © ${year} The Apache Software Foundation