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

    Modifier and Type
    Method
    Description
    org.apache.flink.api.common.RuntimeExecutionMode
     
    org.apache.flink.streaming.api.lineage.LineageGraph
     

    Methods inherited from interface org.apache.flink.core.execution.JobStatusChangedEvent

    jobId, jobName
  • Method Details

    • lineageGraph

      org.apache.flink.streaming.api.lineage.LineageGraph lineageGraph()
    • executionMode

      org.apache.flink.api.common.RuntimeExecutionMode executionMode()