| Package | Description |
|---|---|
| org.gcube.vremanagement.executor.api.rest | |
| org.gcube.vremanagement.executor.exception |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SmartExecutor.delete(String pluginName,
String executionIdentifier,
Boolean unschedule) |
String |
SmartExecutor.getAvailablePlugins() |
String |
SmartExecutor.getLaunchState(String pluginName,
String executionIdentifier,
Integer iteration) |
String |
SmartExecutor.getScheduled(String pluginName) |
String |
SmartExecutor.launch(String pluginName,
String launchParameterString) |
boolean |
SmartExecutor.purge(String pluginName,
String executionIdentifier) |
| Modifier and Type | Class and Description |
|---|---|
class |
InputsNullException |
class |
InvalidInputsException |
class |
LaunchException |
class |
PluginInstanceNotFoundException |
class |
PluginNotFoundException |
class |
SchedulerRemoveException |
class |
UnableToInterruptTaskException |
| Modifier and Type | Method and Description |
|---|---|
static <EE extends ExecutorException> |
SmartExecutorExceptionMapper.marshal(EE object)
Return the String serialization of a given resource
|
static <T extends OutputStream,EE extends ExecutorException> |
SmartExecutorExceptionMapper.marshal(EE object,
T stream)
Write the serialization of a given resource to a given
OutputStream . |
static <T extends Writer,EE extends ExecutorException> |
SmartExecutorExceptionMapper.marshal(EE object,
T writer)
Write the serialization of a given resource to a given
Writer . |
static <EE extends ExecutorException> |
SmartExecutorExceptionMapper.unmarshal(Class<EE> clz,
InputStream stream)
Creates a resource of given class from its serialization in a given
InputStream. |
static <EE extends ExecutorException> |
SmartExecutorExceptionMapper.unmarshal(Class<EE> clz,
Reader reader)
Creates a resource of given class from its serialization in a given
Reader. |
static <EE extends ExecutorException> |
SmartExecutorExceptionMapper.unmarshal(Class<EE> clz,
String string)
Creates a resource of given class from its serialization in a given String
|
Copyright © 2019. All Rights Reserved.