Package org.apache.flink.core.execution
Interface JobStatusChangedListenerFactory.Context
-
- Enclosing interface:
- JobStatusChangedListenerFactory
@PublicEvolving public static interface JobStatusChangedListenerFactory.Context
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConfigurationgetConfiguration()ExecutorgetIOExecutor()ClassLoadergetUserClassLoader()User classloader for the flink application.
-
-
-
Method Detail
-
getConfiguration
Configuration getConfiguration()
-
getUserClassLoader
ClassLoader getUserClassLoader()
User classloader for the flink application.- Returns:
-
getIOExecutor
Executor getIOExecutor()
-
-