Class PlannerModule
java.lang.Object
org.apache.flink.table.planner.loader.PlannerModule
Module holder that loads the flink-table-planner module in a separate classpath.
This loader expects the flink-table-planner jar to be accessible via ClassLoader.getResource(String). It will extract the jar into a temporary directory and create a
new SubmoduleClassLoader to load the various planner factories from that jar.
-
Method Summary
-
Method Details
-
getSubmoduleClassLoader
-
addUrlToClassLoader
-
getInstance
-
loadExecutorFactory
-
loadPlannerFactory
-