Uses of Interface
org.apache.flink.core.execution.JobStatusChangedListener
-
Packages that use JobStatusChangedListener Package Description org.apache.flink.core.execution -
-
Uses of JobStatusChangedListener in org.apache.flink.core.execution
Methods in org.apache.flink.core.execution that return JobStatusChangedListener Modifier and Type Method Description JobStatusChangedListenerJobStatusChangedListenerFactory. createListener(JobStatusChangedListenerFactory.Context context)Methods in org.apache.flink.core.execution that return types with arguments of type JobStatusChangedListener Modifier and Type Method Description static List<JobStatusChangedListener>JobStatusChangedListenerUtils. createJobStatusChangedListeners(ClassLoader userClassLoader, Configuration configuration, Executor ioExecutor)Create job status changed listeners from configuration for job.
-