Uses of Class
org.apache.storm.sql.javac.CompilingClassLoader
-
Packages that use CompilingClassLoader Package Description org.apache.storm.sql org.apache.storm.sql.planner.streams -
-
Uses of CompilingClassLoader in org.apache.storm.sql
Fields in org.apache.storm.sql with type parameters of type CompilingClassLoader Modifier and Type Field Description protected List<CompilingClassLoader>
AbstractStreamsProcessor. classLoaders
Methods in org.apache.storm.sql that return types with arguments of type CompilingClassLoader Modifier and Type Method Description List<CompilingClassLoader>
AbstractStreamsProcessor. getClassLoaders()
Return the list of Classloaders which need to be compiled and included to the jar. -
Uses of CompilingClassLoader in org.apache.storm.sql.planner.streams
Methods in org.apache.storm.sql.planner.streams that return types with arguments of type CompilingClassLoader Modifier and Type Method Description List<CompilingClassLoader>
StreamsPlanCreator. getClassLoaders()
Methods in org.apache.storm.sql.planner.streams with parameters of type CompilingClassLoader Modifier and Type Method Description void
StreamsPlanCreator. addClassLoader(CompilingClassLoader compilingClassLoader)
-