Interface CatalogModificationListenerFactory.Context

  • Enclosing interface:
    CatalogModificationListenerFactory

    @PublicEvolving
    public static interface CatalogModificationListenerFactory.Context
    Context provided when a listener is created.
    • 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.