|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PlanDumper | |
|---|---|
| org.apache.pig.newplan | |
| org.apache.pig.newplan.logical | |
| Uses of PlanDumper in org.apache.pig.newplan |
|---|
| Subclasses of PlanDumper in org.apache.pig.newplan | |
|---|---|
class |
DotPlanDumper
This class puts everything that is needed to dump a plan in a format readable by graphviz's dot algorithm. |
| Methods in org.apache.pig.newplan that return PlanDumper | |
|---|---|
protected PlanDumper |
PlanDumper.makeDumper(BaseOperatorPlan plan,
PrintStream ps)
makeDumper is a factory method. |
protected PlanDumper |
DotPlanDumper.makeDumper(BaseOperatorPlan plan,
PrintStream ps)
|
| Uses of PlanDumper in org.apache.pig.newplan.logical |
|---|
| Subclasses of PlanDumper in org.apache.pig.newplan.logical | |
|---|---|
class |
DotLOPrinter
This class can print a logical plan in the DOT format. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||