Package org.apache.flink.table.factories
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 Summary
ConstructorsConstructorDescriptionDefaultModuleContext(Map<String, String> options, ReadableConfig configuration, ClassLoader classLoader) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
DefaultModuleContext
public DefaultModuleContext(Map<String, String> options, ReadableConfig configuration, ClassLoader classLoader)
-
-
Method Details
-
getOptions
- Specified by:
getOptionsin interfaceorg.apache.flink.table.factories.ModuleFactory.Context
-
getConfiguration
- Specified by:
getConfigurationin interfaceorg.apache.flink.table.factories.ModuleFactory.Context
-
getClassLoader
- Specified by:
getClassLoaderin interfaceorg.apache.flink.table.factories.ModuleFactory.Context
-