Uses of Interface
org.apache.flink.table.module.Module
Packages that use Module
-
Uses of Module in org.apache.flink.table.factories
Methods in org.apache.flink.table.factories that return ModuleModifier and TypeMethodDescriptionstatic ModuleFactoryUtil.createModule(String moduleName, Map<String, String> options, org.apache.flink.configuration.ReadableConfig configuration, ClassLoader classLoader) Discovers a matching module factory and creates an instance of it.default ModuleModuleFactory.createModule(ModuleFactory.Context context) Creates and configures aModule. -
Uses of Module in org.apache.flink.table.module
Classes in org.apache.flink.table.module that implement ModuleMethods in org.apache.flink.table.module that return Module