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.RuntimeExecutionModeexecutionMode()org.apache.flink.api.common.JobIDjobId()StringjobName()org.apache.flink.streaming.api.lineage.LineageGraphlineageGraph()
-
-
-
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:
jobIdin interfaceorg.apache.flink.core.execution.JobStatusChangedEvent
-
jobName
public String jobName()
- Specified by:
jobNamein interfaceorg.apache.flink.core.execution.JobStatusChangedEvent
-
lineageGraph
public org.apache.flink.streaming.api.lineage.LineageGraph lineageGraph()
- Specified by:
lineageGraphin interfaceJobCreatedEvent
-
executionMode
public org.apache.flink.api.common.RuntimeExecutionMode executionMode()
- Specified by:
executionModein interfaceJobCreatedEvent
-
-