public class TezPrinter extends TezOpPlanVisitor
Modifier and Type | Class and Description |
---|---|
static class |
TezPrinter.TezGraphPrinter
This class prints the Tez Vertex Graph
|
mCurrentWalker, mPlan
Constructor and Description |
---|
TezPrinter(java.io.PrintStream ps,
TezOperPlan plan) |
Modifier and Type | Method and Description |
---|---|
void |
setVerbose(boolean verbose) |
void |
visitTezOp(TezOperator tezOper) |
getPlan, popWalker, pushWalker, visit
public TezPrinter(java.io.PrintStream ps, TezOperPlan plan)
ps
- PrintStream to output plan information toplan
- tez plan to printpublic void setVerbose(boolean verbose)
public void visitTezOp(TezOperator tezOper) throws VisitorException
visitTezOp
in class TezOpPlanVisitor
VisitorException
Copyright © 2007-2012 The Apache Software Foundation