Interface ExecutionPlanStore.ExecutionPlanListener

    • Method Detail

      • onAddedExecutionPlan

        void onAddedExecutionPlan​(org.apache.flink.api.common.JobID jobId)
        Callback for ExecutionPlan instances added by a different ExecutionPlanStore 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
      • onRemovedExecutionPlan

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