Class FactoryUtil.DefaultCatalogContext

java.lang.Object
org.apache.flink.table.factories.FactoryUtil.DefaultCatalogContext
All Implemented Interfaces:
org.apache.flink.table.factories.CatalogFactory.Context
Enclosing class:
FactoryUtil

@Internal public static class FactoryUtil.DefaultCatalogContext extends Object implements org.apache.flink.table.factories.CatalogFactory.Context
Default implementation of CatalogFactory.Context.
  • Constructor Details

  • Method Details

    • getName

      public String getName()
      Specified by:
      getName in interface org.apache.flink.table.factories.CatalogFactory.Context
    • getOptions

      public Map<String,String> getOptions()
      Specified by:
      getOptions in interface org.apache.flink.table.factories.CatalogFactory.Context
    • getConfiguration

      public ReadableConfig getConfiguration()
      Specified by:
      getConfiguration in interface org.apache.flink.table.factories.CatalogFactory.Context
    • getClassLoader

      public ClassLoader getClassLoader()
      Specified by:
      getClassLoader in interface org.apache.flink.table.factories.CatalogFactory.Context