Modifier and Type | Class and Description |
---|---|
class |
DotMRPrinter
This class can print an MR plan in the DOT format.
|
Modifier and Type | Method and Description |
---|---|
protected DotPlanDumper |
DotMRPrinter.makeDumper(DotMRPrinter.InnerPlan plan,
PrintStream ps) |
Modifier and Type | Class and Description |
---|---|
class |
DotPOPrinter
This class can print a physical plan in the DOT format.
|
Modifier and Type | Method and Description |
---|---|
protected DotPlanDumper |
DotPOPrinter.makeDumper(PhysicalPlan plan,
PrintStream ps) |
Modifier and Type | Class and Description |
---|---|
class |
DotSparkPrinter
This class can print Spark plan in the DOT format.
|
Modifier and Type | Method and Description |
---|---|
protected DotPlanDumper |
DotSparkPrinter.makeDumper(DotSparkPrinter.InnerPlan plan,
PrintStream ps) |
Copyright © 2007-2017 The Apache Software Foundation