Interface CatalogModificationListenerFactory.Context

Enclosing interface:
CatalogModificationListenerFactory

@PublicEvolving public static interface CatalogModificationListenerFactory.Context
Context provided when a listener is created.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.flink.configuration.ReadableConfig
    Returns the read-only job configuration with which the listener is created.
    Returns the class loader of the current job.
  • Method Details

    • 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.