|
Interface Summary |
| Implementation |
The interface defines the functions that a particular Transfer Implementation
should implement. |
| MultipleFTPerXFERJob |
An empty interface, that allows for grouping of implementations that can
handle multiple file transfers per transfer job like old guc and Stork. |
| Refiner |
The refiner interface, that determines the functions that need to be
implemented to add various types of transfer nodes to the workflow. |
| SingleFTPerXFERJob |
An empty interface, that allows for grouping of implementations that can
handle only one file transfer per transfer job like old guc and Stork. |
| SLS |
This interface defines the second level staging process, that manages
the transfer of files from the headnode to the worker node temp and back. |