Interface JobCreatedEvent
-
- All Superinterfaces:
org.apache.flink.core.execution.JobStatusChangedEvent
- All Known Implementing Classes:
DefaultJobCreatedEvent
@PublicEvolving public interface JobCreatedEvent extends org.apache.flink.core.execution.JobStatusChangedEvent
Basic job created event.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.flink.api.common.RuntimeExecutionMode
executionMode()
org.apache.flink.streaming.api.lineage.LineageGraph
lineageGraph()
-