org.griphyn.cPlanner.transfer |
|
Java Source File Name | Type | Comment |
AbstractRefiner.java | Class | An abstract implementation that implements some of the common functions
in the Refiner Interface and member variables that are required by all the
refiners. |
Implementation.java | Interface | The interface defines the functions that a particular Transfer Implementation
should implement. |
MultipleFTPerXFERJob.java | Interface | An empty interface, that allows for grouping of implementations that can
handle multiple file transfers per transfer job like old guc and Stork. |
MultipleFTPerXFERJobRefiner.java | Class | The refiner interface, that determines the functions that need to be
implemented to add various types of transfer nodes to the workflow. |
Refiner.java | Interface | The refiner interface, that determines the functions that need to be
implemented to add various types of transfer nodes to the workflow. |
SingleFTPerXFERJob.java | Interface | An empty interface, that allows for grouping of implementations that can
handle only one file transfer per transfer job like old guc and Stork. |
SingleFTPerXFERJobRefiner.java | Class | The refiner interface, that determines the functions that need to be
implemented to add various types of transfer nodes to the workflow. |
SLS.java | Interface | This interface defines the second level staging process, that manages
the transfer of files from the headnode to the worker node temp and back. |