Interface SessionEnvironment.CatalogCreator

Enclosing class:
SessionEnvironment

@PublicEvolving public static interface SessionEnvironment.CatalogCreator
An interface used to create Catalog.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.flink.table.catalog.Catalog
    create(org.apache.flink.configuration.ReadableConfig configuration, ClassLoader classLoader)
     
  • Method Details

    • create

      org.apache.flink.table.catalog.Catalog create(org.apache.flink.configuration.ReadableConfig configuration, ClassLoader classLoader)
      Parameters:
      configuration - The read-only configuration with which the catalog is created.
      classLoader - The class loader with which the catalog is created.
      Returns:
      The created catalog object.