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()  
      • Methods inherited from interface org.apache.flink.core.execution.JobStatusChangedEvent

        jobId, jobName
    • Method Detail

      • lineageGraph

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

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