|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Plugin in eu.larkc.core.parallelization |
---|
Method parameters in eu.larkc.core.parallelization with type arguments of type Plugin | |
---|---|
void |
MultiThreading.invokeThreadPool(java.util.HashMap<java.util.List<Plugin>,SetOfStatements> pluginList)
Invokes a thread pool for a particular list of plug-ins. |
void |
MultiThreadingImpl.invokeThreadPool(java.util.HashMap<java.util.List<Plugin>,SetOfStatements> pluginList)
Invokes the parallel execution for a given set of plug-ins. |
Uses of Plugin in eu.larkc.core.pluginManager.local |
---|
Constructors in eu.larkc.core.pluginManager.local with parameters of type Plugin | |
---|---|
LocalPluginManager(Plugin plugin)
Constructor that takes only the plugin as input (input and output queues have to be set later). |
|
LocalPluginManager(Plugin plugin,
java.util.List<Queue<SetOfStatements>> theInputQueues,
java.util.List<Queue<SetOfStatements>> theOutputQueues)
Constructor thats takes the input and output queues as input. |
Uses of Plugin in eu.larkc.core.pluginManager.remote.GAT |
---|
Constructors in eu.larkc.core.pluginManager.remote.GAT with parameters of type Plugin | |
---|---|
GatPluginManager(Plugin plugin,
GatResourceDescription gatDescription)
Constructor that takes only the plugin and the GatResourceDescription as input. |
|
GatPluginManager(Plugin plugin,
GatResourceDescription gatDescription,
org.gridlab.gat.security.PasswordSecurityContext securityContext)
Extended version of the simple constructor that additionally takes securityContext as input. |
|
GatPluginManager(Plugin plugin,
java.util.List<Queue<SetOfStatements>> theInputQueues,
java.util.List<Queue<SetOfStatements>> theOutputQueues,
GatResourceDescription gatDescription)
Constructor that takes the input and output queues as well as and the GatResourceDescription as input. |
Uses of Plugin in eu.larkc.core.pluginManager.remote.Servlet.Tomcat |
---|
Constructors in eu.larkc.core.pluginManager.remote.Servlet.Tomcat with parameters of type Plugin | |
---|---|
JeePluginManager(Plugin plugin,
JeeResourceDescription resource)
Constructor that takes only the plugin as input (input and output queues have to be set later). |
|
JeePluginManager(Plugin plugin,
java.util.List<Queue<SetOfStatements>> theInputQueues,
java.util.List<Queue<SetOfStatements>> theOutputQueues,
JeeResourceDescription resource)
Constructor thats takes the input and output queues as input. |
Uses of Plugin in eu.larkc.core.pluginregistry |
---|
Methods in eu.larkc.core.pluginregistry that return Plugin | |
---|---|
Plugin |
PluginRegistry.getNewPluginInstance(org.openrdf.model.URI pluginUri)
Instantiates the plug-in |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |