|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.pig.impl.plan.OperatorPlan<MapReduceOper>
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.plans.MROperPlan
public class MROperPlan
A Plan used to create the plan of Map Reduce Operators which can be converted into the Job Control object. This is necessary to capture the dependencies among jobs
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.pig.impl.plan.OperatorPlan |
---|
OperatorPlan.IndexHelper<E> |
Field Summary |
---|
Fields inherited from class org.apache.pig.impl.plan.OperatorPlan |
---|
log, mFromEdges, mKeys, mOps, mSoftFromEdges, mSoftToEdges, mToEdges |
Constructor Summary | |
---|---|
MROperPlan()
|
Method Summary | |
---|---|
String |
toString()
|
Methods inherited from class org.apache.pig.impl.plan.OperatorPlan |
---|
add, addAsLeaf, connect, createSoftLink, disconnect, doInsertBetween, dump, getKeys, getLeaves, getOperator, getOperatorKey, getPredecessors, getRoots, getSoftLinkPredecessors, getSoftLinkSuccessors, getSuccessors, insertBetween, isSingleLeafPlan, iterator, merge, mergeSharedPlan, pathExists, pushAfter, pushBefore, remove, removeAndReconnect, removeAndReconnectMultiSucc, removeSoftLink, replace, size, swap, trimAbove, trimBelow |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MROperPlan()
Method Detail |
---|
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |