Uses of Class
org.apache.ignite.plugin.PluginNotFoundException
-
Packages that use PluginNotFoundException Package Description org.apache.ignite Contains entry-point Ignite & HPC APIs.org.apache.ignite.internal Contains main implementation.org.apache.ignite.internal.processors.cache.persistence.wal.reader -
-
Uses of PluginNotFoundException in org.apache.ignite
Methods in org.apache.ignite that throw PluginNotFoundException Modifier and Type Method Description <T extends IgnitePlugin>
TIgnite. plugin(String name)Gets an instance of deployed Ignite plugin. -
Uses of PluginNotFoundException in org.apache.ignite.internal
Methods in org.apache.ignite.internal that throw PluginNotFoundException Modifier and Type Method Description <T extends IgnitePlugin>
TIgniteKernal. plugin(String name)Gets an instance of deployed Ignite plugin.PluginProviderGridKernalContext. pluginProvider(String name)PluginProviderGridKernalContextImpl. pluginProvider(String name) -
Uses of PluginNotFoundException in org.apache.ignite.internal.processors.cache.persistence.wal.reader
Methods in org.apache.ignite.internal.processors.cache.persistence.wal.reader that throw PluginNotFoundException Modifier and Type Method Description PluginProviderStandaloneGridKernalContext. pluginProvider(String name)
-