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, 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, trimBelowpublic TezPlanContainer(PigContext pigContext)
public Map<String,org.apache.hadoop.yarn.api.records.LocalResource> getLocalResources() throws Exception
Exceptionpublic TezPlanContainerNode getNextPlan(List<TezOperPlan> processedPlans)
public void addPlan(TezOperPlan plan) throws PlanException
PlanExceptionpublic void updatePlan(TezOperPlan plan, boolean succ)
public void split(TezPlanContainerNode planNode) throws PlanException
PlanExceptionpublic static void resetScope()
Copyright © 2007-2012 The Apache Software Foundation