org.griphyn.cPlanner.transfer.refiner |
|
Java Source File Name | Type | Comment |
Bundle.java | Class | An extension of the default refiner, that allows the user to specify
the number of transfer nodes per execution site for stagein and stageout. |
Chain.java | Class | This transfer refiner builds upon the Default Refiner.
The defaul Refiner allows the transfer of multiple files in a single
condor job. |
Condor.java | Class | A refiner that relies on the Condor file transfer mechanism to get the
raw input data to the remote working directory. |
Default.java | Class | The default transfer refiner, that implements the multiple refiner. |
GRMS.java | Class | The refiner that is compatible with the GRMS system. |
RefinerFactory.java | Class | The factory class that loads an appropriate Transfer Refiner class,
as specified by the properties. |
SChain.java | Class | This transfer refiner incorporates chaining for the impelementations that
can transfer only one file per transfer job, by delegating it to the Chain
refiner implementation. |
SDefault.java | Class | The default single refiner, that always creates a transfer job per file
transfer that is required. |
TransferRefinerFactoryException.java | Class | Class to notify of failures while instantiating Transfer Refiners. |