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) |
Map<String,org.apache.hadoop.yarn.api.records.LocalResource> |
getLocalResources() |
TezPlanContainerNode |
getNextPlan(List<TezOperPlan> processedPlans) |
static void |
resetScope() |
void |
split(TezPlanContainerNode planNode) |
String |
toString() |
void |
updatePlan(TezOperPlan plan,
boolean succ) |
add, addAsLeaf, addAsRoot, 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
public TezPlanContainer(PigContext pigContext)
public Map<String,org.apache.hadoop.yarn.api.records.LocalResource> getLocalResources() throws Exception
Exception
public TezPlanContainerNode getNextPlan(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()
Copyright © 2007-2017 The Apache Software Foundation