public abstract class StreamingPlan extends Object implements FlinkPlan
Constructor and Description |
---|
StreamingPlan() |
Modifier and Type | Method and Description |
---|---|
abstract void |
dumpStreamingPlanAsJSON(File file) |
JobGraph |
getJobGraph()
|
abstract JobGraph |
getJobGraph(JobID jobID)
|
abstract String |
getStreamingPlanAsJSON() |
public JobGraph getJobGraph()
public abstract String getStreamingPlanAsJSON()
public abstract void dumpStreamingPlanAsJSON(File file) throws IOException
IOException
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.