|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MROperPlan | |
---|---|
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer | |
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.plans |
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,
org.apache.hadoop.conf.Configuration conf,
PigContext pigContext)
Top level compile method that issues a call to the recursive compile method. |
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)
|
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 | |
---|---|
MROpPlanVisitor(MROperPlan plan,
PlanWalker<MapReduceOper,MROperPlan> walker)
|
|
MRPrinter(PrintStream ps,
MROperPlan plan)
|
|
MRStreamHandler(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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |