public interface TaskDataspaces extends Serializable
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
copyInputDataToScratch(List<InputSelector> inputFiles) |
void |
copyScratchDataToOutput(List<OutputSelector> outputFiles) |
String |
getCacheURI() |
String |
getGlobalURI() |
String |
getInputURI() |
String |
getOutputURI() |
File |
getScratchFolder() |
String |
getScratchURI() |
String |
getUserURI() |
File getScratchFolder()
String getScratchURI()
String getCacheURI()
String getInputURI()
String getOutputURI()
String getUserURI()
String getGlobalURI()
void copyInputDataToScratch(List<InputSelector> inputFiles) throws org.objectweb.proactive.extensions.dataspaces.exceptions.FileSystemException, InterruptedException
org.objectweb.proactive.extensions.dataspaces.exceptions.FileSystemException
InterruptedException
void copyScratchDataToOutput(List<OutputSelector> outputFiles) throws org.objectweb.proactive.extensions.dataspaces.exceptions.FileSystemException
org.objectweb.proactive.extensions.dataspaces.exceptions.FileSystemException
void close()