Package | Description |
---|---|
org.apache.flink.core.plugin |
Modifier and Type | Method and Description |
---|---|
Collection<PluginDescriptor> |
DirectoryBasedPluginFinder.findPlugins() |
Collection<PluginDescriptor> |
PluginFinder.findPlugins()
Find plugins and return a corresponding collection of
PluginDescriptor instances. |
Modifier and Type | Method and Description |
---|---|
static PluginLoader |
PluginLoader.create(PluginDescriptor pluginDescriptor,
ClassLoader parentClassLoader,
String[] alwaysParentFirstPatterns) |
static URLClassLoader |
PluginLoader.createPluginClassLoader(PluginDescriptor pluginDescriptor,
ClassLoader parentClassLoader,
String[] alwaysParentFirstPatterns) |
Constructor and Description |
---|
DefaultPluginManager(Collection<PluginDescriptor> pluginDescriptors,
ClassLoader parentClassLoader,
String[] alwaysParentFirstPatterns) |
DefaultPluginManager(Collection<PluginDescriptor> pluginDescriptors,
String[] alwaysParentFirstPatterns) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.