org.griphyn.cPlanner.transfer.implementation |
|
Java Source File Name | Type | Comment |
Abstract.java | Class | An abstract implementation that implements some of the common functions in
the Implementation Interface that are required by all the implementations. |
AbstractMultipleFTPerXFERJob.java | Class | An abstract implementation for implementations that can handle multiple
file transfers in a single file transfer job. |
AbstractSingleFTPerXFERJob.java | Class | An abstract implementation for implementations that can handle only a single
file transfer in a single file transfer job. |
Condor.java | Class | A prototype implementation that leverages the Condor file transfer mechanism
to do the transfer to the remote directory . |
CRFT.java | Class | The implementation that creates transfer jobs referring to the c rft client
executable distributed with the VDS.
The rft client is invoked on the submit host. |
ImplementationFactory.java | Class | The factory class that loads an appropriate Transfer Immplementation class,
as specified by the properties. |
OldGUC.java | Class | The implementation that creates transfer jobs referring to the old GUC
that could handle only one transfer per guc invocation.
The client is generally invoked on the remote execution sites, unless
the user uses the thirdparty transfer option, in which case the transfer is
invoked on the submit host. |
RFT.java | Class | The implementation that creates transfer jobs referring to the rft-client
distributed with GT4 to do transfers between various sites.
The rft-client connects to a RFT service running on a particular host.
The rft client is always invoked on the submit host. |
SRM.java | Class | The implementation that is used to create transfer jobs that callout to
the SRMCP client, that can transfer files to and from a SRM server. |
Stork.java | Class | The implementation that creates transfer jobs referring to the stork data
placement scheduler that can handle only one transfer per job.
Stork is directly invoked by DAGMAN. |
T2.java | Class | The implementation that creates transfer jobs referring to the T2
executable distributed with the VDS. |
Transfer.java | Class | The implementation that creates transfer jobs referring to the transfer
executable distributed with the VDS.
The Transfer client is generally invoked on the remote execution sites, unless
the user uses the thirdparty transfer option, in which case the transfer is
invoked on the submit host. |
TransferImplementationFactoryException.java | Class | Class to notify of failures while instantiating Transfer Implementations. |
Windward.java | Class | A Windward implementation that uses the seqexec client to execute
-DC Transfer client to fetch the raw data sources
-Pegasus transfer client to fetch the patterns from the pattern catalog. |