Modifier and Type | Class and Description |
---|---|
class |
DotMRPrinter
This class can print an MR plan in the DOT format.
|
Modifier and Type | Class and Description |
---|---|
class |
DotPOPrinter
This class can print a physical plan in the DOT format.
|
Modifier and Type | Class and Description |
---|---|
class |
DotSparkPrinter
This class can print Spark plan in the DOT format.
|
Modifier and Type | Class and Description |
---|---|
class |
DotPlanDumper<E extends Operator,P extends OperatorPlan<E>,N extends Operator,S extends OperatorPlan<N>>
This class puts everything that is needed to dump a plan in a
format readable by graphviz's dot algorithm.
|
Modifier and Type | Method and Description |
---|---|
protected PlanDumper |
PlanDumper.makeDumper(S plan,
PrintStream ps)
makeDumper is a factory method.
|
protected PlanDumper |
DotPlanDumper.makeDumper(S plan,
PrintStream ps) |
Copyright © 2007-2017 The Apache Software Foundation