Interface JobGraphStore.JobGraphListener

    • Method Detail

      • onAddedJobGraph

        void onAddedJobGraph​(org.apache.flink.api.common.JobID jobId)
        Callback for JobGraph instances added by a different JobGraphStore instance.

        Important: It is possible to get false positives and be notified about a job graph, which was added by this instance.

        Parameters:
        jobId - The JobID of the added job graph
      • onRemovedJobGraph

        void onRemovedJobGraph​(org.apache.flink.api.common.JobID jobId)
        Callback for JobGraph instances removed by a different JobGraphStore instance.
        Parameters:
        jobId - The JobID of the removed job graph