Uses of Interface
org.apache.flink.table.delegation.Executor
Packages that use Executor
Package
Description
-
Uses of Executor in org.apache.flink.table.api.internal
Fields in org.apache.flink.table.api.internal declared as ExecutorConstructors in org.apache.flink.table.api.internal with parameters of type ExecutorModifierConstructorDescriptionprotectedTableEnvironmentImpl(CatalogManager catalogManager, ModuleManager moduleManager, ResourceManager resourceManager, TableConfig tableConfig, Executor executor, FunctionCatalog functionCatalog, Planner planner, boolean isStreamingMode) -
Uses of Executor in org.apache.flink.table.delegation
Methods in org.apache.flink.table.delegation that return ExecutorModifier and TypeMethodDescriptionExecutorFactory.create(org.apache.flink.configuration.Configuration configuration) Creates a correspondingExecutor.PlannerFactory.Context.getExecutor()The executor required by the planner.PlannerFactory.DefaultPlannerContext.getExecutor()Constructors in org.apache.flink.table.delegation with parameters of type ExecutorModifierConstructorDescriptionDefaultPlannerContext(Executor executor, TableConfig tableConfig, ClassLoader classLoader, ModuleManager moduleManager, CatalogManager catalogManager, FunctionCatalog functionCatalog) -
Uses of Executor in org.apache.flink.table.factories
Methods in org.apache.flink.table.factories with parameters of type ExecutorModifier and TypeMethodDescriptionstatic PlannerPlannerFactoryUtil.createPlanner(Executor executor, TableConfig tableConfig, ClassLoader userClassLoader, ModuleManager moduleManager, CatalogManager catalogManager, FunctionCatalog functionCatalog) Discovers a planner factory and creates a planner instance.