Class DefaultJobCreatedEvent
java.lang.Object
org.apache.flink.streaming.runtime.execution.DefaultJobCreatedEvent
- All Implemented Interfaces:
org.apache.flink.core.execution.JobStatusChangedEvent,JobCreatedEvent
Default implementation for
JobCreatedEvent.-
Constructor Summary
ConstructorsConstructorDescriptionDefaultJobCreatedEvent(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
-
Constructor Details
-
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 Details
-
jobId
public org.apache.flink.api.common.JobID jobId()- Specified by:
jobIdin interfaceorg.apache.flink.core.execution.JobStatusChangedEvent
-
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
-