public interface CollectiveExecutor
Modifier and Type | Method and Description |
---|---|
void |
deleteFile(java.lang.String taskID,
boolean async)
Deletes a file location in the collective.
|
void |
deployArchive(java.lang.String taskID,
boolean async)
Deploy an archive to the collective.
|
void deployArchive(java.lang.String taskID, boolean async) throws java.io.IOException
taskID
- a token to be used together with TaskStorage
to fetch the task informationasync
- a boolean specifying if this task should be executed in asynchronous modejava.io.IOException
void deleteFile(java.lang.String taskID, boolean async) throws java.io.IOException
taskID
- a token to be used together with TaskStorage
to fetch the task informationasync
- a boolean specifying if this task should be executed in asynchronous modejava.io.IOException