Interface | Description |
---|---|
LocalSpace |
LocalSpace is the interface used to access the local file space of the ProActive Node used to executed the Task
|
RemoteSpace |
RemoteSpace is the interface used to access remote file spaces
|
Class | Description |
---|---|
InputSelector |
InputSelector is a couple of
FileSelector and InputAccessMode |
OutputSelector |
OutputSelector is a couple of
FileSelector and OutputAccessMode |
Enum | Description |
---|---|
InputAccessMode |
InputAccessMode provide a way to define how files should be accessed
in the executable.
|
OutputAccessMode |
OutputAccessMode provide a way to define how output files should be managed
after the execution.
|
Exception | Description |
---|---|
FileSystemException |
FileSystemException exception thrown when errors happen with LocalSpace or RemoteSpace usage
|