Uses of Class
org.apache.flink.table.module.ModuleManager
-
-
Uses of ModuleManager in org.apache.flink.table.api.internal
Methods in org.apache.flink.table.api.internal that return ModuleManager Modifier and Type Method Description ModuleManager
ExecutableOperationContextImpl. getModuleManager()
Constructors in org.apache.flink.table.api.internal with parameters of type ModuleManager Constructor Description ExecutableOperationContextImpl(CatalogManager catalogManager, FunctionCatalog functionCatalog, ModuleManager moduleManager, ResourceManager resourceManager, TableConfig tableConfig, boolean isStreamingMode)
TableEnvironmentImpl(CatalogManager catalogManager, ModuleManager moduleManager, ResourceManager resourceManager, TableConfig tableConfig, Executor executor, FunctionCatalog functionCatalog, Planner planner, boolean isStreamingMode)
-
Uses of ModuleManager in org.apache.flink.table.catalog
Constructors in org.apache.flink.table.catalog with parameters of type ModuleManager Constructor Description FunctionCatalog(org.apache.flink.configuration.ReadableConfig config, ResourceManager resourceManager, CatalogManager catalogManager, ModuleManager moduleManager)
-
Uses of ModuleManager in org.apache.flink.table.delegation
Methods in org.apache.flink.table.delegation that return ModuleManager Modifier and Type Method Description ModuleManager
PlannerFactory.Context. getModuleManager()
The module manager.ModuleManager
PlannerFactory.DefaultPlannerContext. getModuleManager()
Constructors in org.apache.flink.table.delegation with parameters of type ModuleManager Constructor Description DefaultPlannerContext(Executor executor, TableConfig tableConfig, ClassLoader classLoader, ModuleManager moduleManager, CatalogManager catalogManager, FunctionCatalog functionCatalog)
-
Uses of ModuleManager in org.apache.flink.table.factories
Methods in org.apache.flink.table.factories with parameters of type ModuleManager Modifier and Type Method Description static Planner
PlannerFactoryUtil. createPlanner(Executor executor, TableConfig tableConfig, ClassLoader userClassLoader, ModuleManager moduleManager, CatalogManager catalogManager, FunctionCatalog functionCatalog)
Discovers a planner factory and creates a planner instance. -
Uses of ModuleManager in org.apache.flink.table.operations
Methods in org.apache.flink.table.operations that return ModuleManager Modifier and Type Method Description ModuleManager
ExecutableOperation.Context. getModuleManager()
-