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, visit
public TezUDFContextSeparator(TezOperPlan plan, PlanWalker<TezOperator,TezOperPlan> walker)
public void visitTezOp(TezOperator tezOperator) throws VisitorException
visitTezOp
in class TezOpPlanVisitor
VisitorException
public void serializeUDFContext(org.apache.hadoop.conf.Configuration conf, TezOperator tezOp) throws IOException
IOException
public void serializeUDFContext(org.apache.hadoop.conf.Configuration conf, TezOperator tezOp, UDFContextSeparator.UDFType udfType) throws IOException
IOException
public void serializeUDFContextForEdge(org.apache.hadoop.conf.Configuration conf, TezOperator from, TezOperator to, UDFContextSeparator.UDFType udfType) throws IOException
IOException
public void serializeUDFContext(org.apache.hadoop.conf.Configuration conf, TezOperator tezOp, POStore store) throws IOException
IOException
Copyright © 2007-2017 The Apache Software Foundation