Class FactoryUtil.DefaultModuleContext

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

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

  • Method Details

    • getOptions

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

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

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