| 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.getIterationState(String executionIdentifier,
int iterationNumber)
The method use the provided UUID as String and the iteration number
to retrieve the status of the associated execution
|
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.getLastPluginInstanceState(UUID uuid)
Deprecated.
Retrieve the status of the iterationNumber of the last running/run
Plugin which is/was identified
by the UUID passed as parameter |
abstract PluginState |
PersistenceConnector.getPluginInstanceState(UUID uuid,
int iterationNumber)
Deprecated.
Retrieve the status of the iterationNumber (passed as parameter) of a running/run
Plugin which is/was identified
by the UUID passed as parameter |
PluginState |
Persistence.getState()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
Persistence.addEvolution(long timestamp,
PluginState pluginState)
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
protected PluginState |
PluginStateEvolution.pluginState |
| Modifier and Type | Method and Description |
|---|---|
PluginState |
PluginStateEvolution.getPluginState() |
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.
|
| Constructor and Description |
|---|
PluginStateEvolution(UUID uuid,
int iteration,
long timestamp,
PluginDeclaration pluginDeclaration,
PluginState pluginState) |
Copyright © 2016. All Rights Reserved.