Class DefaultJobCreatedEvent
- java.lang.Object
-
- org.apache.flink.streaming.runtime.execution.DefaultJobCreatedEvent
-
- All Implemented Interfaces:
org.apache.flink.core.execution.JobStatusChangedEvent
,JobCreatedEvent
@Internal public class DefaultJobCreatedEvent extends Object implements JobCreatedEvent
Default implementation forJobCreatedEvent
.
-
-
Constructor Summary
Constructors Constructor Description DefaultJobCreatedEvent(org.apache.flink.api.common.JobID jobId, String jobName, org.apache.flink.streaming.api.lineage.LineageGraph lineageGraph, org.apache.flink.api.common.RuntimeExecutionMode executionMode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.flink.api.common.RuntimeExecutionMode
executionMode()
org.apache.flink.api.common.JobID
jobId()
String
jobName()
org.apache.flink.streaming.api.lineage.LineageGraph
lineageGraph()
-
-
-
Constructor Detail
-
DefaultJobCreatedEvent
public DefaultJobCreatedEvent(org.apache.flink.api.common.JobID jobId, String jobName, org.apache.flink.streaming.api.lineage.LineageGraph lineageGraph, org.apache.flink.api.common.RuntimeExecutionMode executionMode)
-
-
Method Detail
-
jobId
public org.apache.flink.api.common.JobID jobId()
- Specified by:
jobId
in interfaceorg.apache.flink.core.execution.JobStatusChangedEvent
-
jobName
public String jobName()
- Specified by:
jobName
in interfaceorg.apache.flink.core.execution.JobStatusChangedEvent
-
lineageGraph
public org.apache.flink.streaming.api.lineage.LineageGraph lineageGraph()
- Specified by:
lineageGraph
in interfaceJobCreatedEvent
-
executionMode
public org.apache.flink.api.common.RuntimeExecutionMode executionMode()
- Specified by:
executionMode
in interfaceJobCreatedEvent
-
-