Interface CatalogModificationListenerFactory.Context
-
- Enclosing interface:
- CatalogModificationListenerFactory
@PublicEvolving public static interface CatalogModificationListenerFactory.ContextContext provided when a listener is created.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.flink.configuration.ReadableConfiggetConfiguration()Returns the read-only job configuration with which the listener is created.ClassLoadergetUserClassLoader()Returns the class loader of the current job.
-
-
-
Method Detail
-
getConfiguration
org.apache.flink.configuration.ReadableConfig getConfiguration()
Returns the read-only job configuration with which the listener is created.
-
getUserClassLoader
ClassLoader getUserClassLoader()
Returns the class loader of the current job.
-
-