public class TezUDFContextSeparator extends TezOpPlanVisitor
mCurrentWalker, mPlan| Constructor and Description |
|---|
TezUDFContextSeparator(TezOperPlan plan,
PlanWalker<TezOperator,TezOperPlan> walker) |
| Modifier and Type | Method and Description |
|---|---|
void |
serializeUDFContext(org.apache.hadoop.conf.Configuration conf,
TezOperator tezOp) |
void |
serializeUDFContext(org.apache.hadoop.conf.Configuration conf,
TezOperator tezOp,
POStore store) |
void |
serializeUDFContext(org.apache.hadoop.conf.Configuration conf,
TezOperator tezOp,
UDFContextSeparator.UDFType udfType) |
void |
serializeUDFContextForEdge(org.apache.hadoop.conf.Configuration conf,
TezOperator from,
TezOperator to,
UDFContextSeparator.UDFType udfType) |
void |
visitTezOp(TezOperator tezOperator) |
getPlan, popWalker, pushWalker, visitpublic TezUDFContextSeparator(TezOperPlan plan, PlanWalker<TezOperator,TezOperPlan> walker)
public void visitTezOp(TezOperator tezOperator) throws VisitorException
visitTezOp in class TezOpPlanVisitorVisitorExceptionpublic void serializeUDFContext(org.apache.hadoop.conf.Configuration conf,
TezOperator tezOp)
throws java.io.IOException
java.io.IOExceptionpublic void serializeUDFContext(org.apache.hadoop.conf.Configuration conf,
TezOperator tezOp,
UDFContextSeparator.UDFType udfType)
throws java.io.IOException
java.io.IOExceptionpublic void serializeUDFContextForEdge(org.apache.hadoop.conf.Configuration conf,
TezOperator from,
TezOperator to,
UDFContextSeparator.UDFType udfType)
throws java.io.IOException
java.io.IOExceptionpublic void serializeUDFContext(org.apache.hadoop.conf.Configuration conf,
TezOperator tezOp,
POStore store)
throws java.io.IOException
java.io.IOExceptionCopyright © 2007-2025 The Apache Software Foundation