Uses of Class
org.apache.flink.table.module.ModuleEntry
-
Packages that use ModuleEntry Package Description org.apache.flink.table.api org.apache.flink.table.api.internal org.apache.flink.table.module -
-
Uses of ModuleEntry in org.apache.flink.table.api
Methods in org.apache.flink.table.api that return ModuleEntry Modifier and Type Method Description ModuleEntry[]
TableEnvironment. listFullModules()
Gets an array of all loaded modules with use status in this environment. -
Uses of ModuleEntry in org.apache.flink.table.api.internal
Methods in org.apache.flink.table.api.internal that return ModuleEntry Modifier and Type Method Description ModuleEntry[]
TableEnvironmentImpl. listFullModules()
-
Uses of ModuleEntry in org.apache.flink.table.module
Methods in org.apache.flink.table.module that return types with arguments of type ModuleEntry Modifier and Type Method Description List<ModuleEntry>
ModuleManager. listFullModules()
Get all loaded modules with use status.
-