|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.oozie.util.GraphGenerator
public class GraphGenerator
Class to generate and plot runtime workflow DAG
Constructor Summary | |
---|---|
GraphGenerator(String xml,
JsonWorkflowJob job)
C'tor |
|
GraphGenerator(String xml,
JsonWorkflowJob job,
boolean showKill)
C'tor |
Method Summary | |
---|---|
void |
finalize()
Overridden to thwart finalizer attack |
void |
write(OutputStream out)
Stream the PNG file to client |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GraphGenerator(String xml, JsonWorkflowJob job, boolean showKill)
xml
- The workflow definition XMLjob
- Current status of the jobshowKill
- Flag to whether show 'kill' nodepublic GraphGenerator(String xml, JsonWorkflowJob job)
xml
- job
- Method Detail |
---|
public final void finalize()
finalize
in class Object
public void write(OutputStream out) throws Exception
out
-
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |