| Package | Description |
|---|---|
| org.gcube.vremanagement.executor.api | |
| org.gcube.vremanagement.executor.persistence | |
| org.gcube.vremanagement.executor.plugin |
| Modifier and Type | Method and Description |
|---|---|
PluginState |
SmartExecutor.getState(String executionIdentifier)
The method use the provided UUID as String to retrieve the status of the
associated execution
|
| Modifier and Type | Method and Description |
|---|---|
abstract PluginState |
PersistenceConnector.getPluginInstanceState(UUID uuid)
Retrieve the status a running/run
Plugin which is/was identified
by the UUID passed as parameter |
PluginState |
Persistence.getState() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
Persistence.addEvolution(long timestamp,
PluginState pluginState)
Persist the new state of plugin
|
| Modifier and Type | Method and Description |
|---|---|
PluginState |
Plugin.getState()
Used to retrieve the state of the execution
|
static PluginState |
PluginState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PluginState[] |
PluginState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Plugin.setState(PluginState pluginState)
It is up to the plugin update the State of the Running Plugin using
this facilities function.
|
Copyright © 2015. All Rights Reserved.