| 程序包 | 说明 |
|---|---|
| org.apache.flink.streaming.api.environment | |
| org.apache.flink.streaming.api.graph |
| 限定符和类型 | 方法和说明 |
|---|---|
StreamGraph |
StreamExecutionEnvironment.getStreamGraph()
Getter of the
StreamGraph of the streaming job. |
StreamGraph |
StreamExecutionEnvironment.getStreamGraph(String jobName)
Getter of the
StreamGraph of the streaming job. |
StreamGraph |
StreamExecutionEnvironment.getStreamGraph(String jobName,
boolean clearTransformations)
Getter of the
StreamGraph of the streaming job
with the option to clear previously registered transformations. |
| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.flink.api.common.JobExecutionResult |
RemoteStreamEnvironment.execute(StreamGraph streamGraph) |
org.apache.flink.api.common.JobExecutionResult |
LocalStreamEnvironment.execute(StreamGraph streamGraph) |
org.apache.flink.api.common.JobExecutionResult |
StreamExecutionEnvironment.execute(StreamGraph streamGraph)
Triggers the program execution.
|
org.apache.flink.api.common.JobExecutionResult |
StreamContextEnvironment.execute(StreamGraph streamGraph) |
org.apache.flink.core.execution.JobClient |
StreamPlanEnvironment.executeAsync(StreamGraph streamGraph) |
org.apache.flink.core.execution.JobClient |
StreamExecutionEnvironment.executeAsync(StreamGraph streamGraph)
Triggers the program execution asynchronously.
|
org.apache.flink.core.execution.JobClient |
StreamContextEnvironment.executeAsync(StreamGraph streamGraph) |
| 限定符和类型 | 方法和说明 |
|---|---|
StreamGraph |
StreamGraphGenerator.generate() |
| 限定符和类型 | 方法和说明 |
|---|---|
static org.apache.flink.runtime.jobgraph.JobGraph |
StreamingJobGraphGenerator.createJobGraph(StreamGraph streamGraph) |
static org.apache.flink.runtime.jobgraph.JobGraph |
StreamingJobGraphGenerator.createJobGraph(StreamGraph streamGraph,
org.apache.flink.api.common.JobID jobID) |
static boolean |
StreamingJobGraphGenerator.isChainable(StreamEdge edge,
StreamGraph streamGraph) |
Map<Integer,byte[]> |
StreamGraphHasher.traverseStreamGraphAndGenerateHashes(StreamGraph streamGraph)
Returns a map with a hash for each
StreamNode of the StreamGraph. |
Map<Integer,byte[]> |
StreamGraphUserHashHasher.traverseStreamGraphAndGenerateHashes(StreamGraph streamGraph) |
Map<Integer,byte[]> |
StreamGraphHasherV2.traverseStreamGraphAndGenerateHashes(StreamGraph streamGraph)
Returns a map with a hash for each
StreamNode of the StreamGraph. |
| 构造器和说明 |
|---|
JSONGenerator(StreamGraph streamGraph) |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.