Interface CatalogFactory.Context

    • Method Detail

      • getName

        String getName()
        Returns the name with which the catalog is created.
      • getOptions

        Map<String,​String> getOptions()
        Returns the options with which the catalog is created.

        An implementation should perform validation of these options.

      • getConfiguration

        org.apache.flink.configuration.ReadableConfig getConfiguration()
        Gives read-only access to the configuration of the current session.
      • getClassLoader

        ClassLoader getClassLoader()
        Returns the class loader of the current session.

        The class loader is in particular useful for discovering further (nested) factories.