public class TezPlanContainer extends OperatorPlan<TezPlanContainerNode>
OperatorPlan.IndexHelper<E>
log, mFromEdges, mKeys, mOps, mSoftFromEdges, mSoftToEdges, mToEdges
Constructor and Description |
---|
TezPlanContainer(PigContext pigContext) |
Modifier and Type | Method and Description |
---|---|
void |
addPlan(TezOperPlan plan) |
java.util.Map<java.lang.String,LocalResource> |
getLocalResources() |
TezPlanContainerNode |
getNextPlan(java.util.List<TezOperPlan> processedPlans) |
static void |
resetScope() |
void |
split(TezPlanContainerNode planNode) |
java.lang.String |
toString() |
void |
updatePlan(TezOperPlan plan,
boolean succ) |
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
public TezPlanContainer(PigContext pigContext)
public java.util.Map<java.lang.String,LocalResource> getLocalResources() throws java.lang.Exception
java.lang.Exception
public TezPlanContainerNode getNextPlan(java.util.List<TezOperPlan> processedPlans)
public void addPlan(TezOperPlan plan) throws PlanException
PlanException
public void updatePlan(TezOperPlan plan, boolean succ)
public void split(TezPlanContainerNode planNode) throws PlanException
PlanException
public static void resetScope()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2007-2012 The Apache Software Foundation