Class FactoryUtil.DefaultCatalogStoreContext

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

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

  • Method Details

    • getOptions

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

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

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