|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TransferJob | |
|---|---|
| org.griphyn.cPlanner.transfer | |
| org.griphyn.cPlanner.transfer.implementation | |
| org.griphyn.cPlanner.transfer.refiner | |
| Uses of TransferJob in org.griphyn.cPlanner.transfer |
|---|
| Methods in org.griphyn.cPlanner.transfer that return TransferJob | |
|---|---|
TransferJob |
Implementation.createTransferJob(SubInfo job,
Collection files,
Collection execFiles,
String txJobName,
int jobClass)
This constructs the SubInfo object for the transfer node. |
| Methods in org.griphyn.cPlanner.transfer with parameters of type TransferJob | |
|---|---|
void |
Implementation.applyPriority(TransferJob job)
Applies priorities to the transfer jobs if a priority is specified in the properties file. |
boolean |
Implementation.checkAndTransferProxy(TransferJob job)
Determines if there is a need to transfer proxy for the transfer job or not. |
| Uses of TransferJob in org.griphyn.cPlanner.transfer.implementation |
|---|
| Methods in org.griphyn.cPlanner.transfer.implementation that return TransferJob | |
|---|---|
TransferJob |
Condor.createTransferJob(SubInfo job,
Collection files,
Collection execFiles,
String txJobName,
int jobClass)
Constructs a condor file transfer job that handles multiple transfers. |
TransferJob |
Windward.createTransferJob(SubInfo job,
Collection files,
Collection execFiles,
String txJobName,
int jobClass)
|
TransferJob |
AbstractMultipleFTPerXFERJob.createTransferJob(SubInfo job,
Collection files,
Collection execFiles,
String txJobName,
int jobClass)
Constructs a general transfer job that handles multiple transfers per transfer job. |
TransferJob |
CRFT.createTransferJob(SubInfo job,
Collection files,
Collection execFiles,
String txJobName,
int jobClass)
Calls out to the super class method to create the main structure of the job. |
TransferJob |
AbstractSingleFTPerXFERJob.createTransferJob(SubInfo job,
Collection files,
Collection execFiles,
String txJobName,
int jobClass)
Constructs a general transfer job that handles single transfers per transfer job. |
TransferJob |
Stork.createTransferJob(SubInfo job,
FileTransfer file,
Collection execFiles,
String txJobName,
int jobClass)
Constructs a general transfer job that handles single transfers per transfer job. |
TransferJob |
AbstractSingleFTPerXFERJob.createTransferJob(SubInfo job,
FileTransfer file,
Collection execFiles,
String txJobName,
int jobClass)
Constructs a general transfer job that handles single transfers per transfer job. |
| Methods in org.griphyn.cPlanner.transfer.implementation with parameters of type TransferJob | |
|---|---|
void |
Abstract.applyPriority(TransferJob job)
Applies priorities to the transfer jobs if a priority is specified in the properties file. |
boolean |
Abstract.checkAndTransferProxy(TransferJob job)
Determines if there is a need to transfer proxy for the transfer job or not. |
protected String |
Condor.generateArgumentString(TransferJob job)
It constructs the arguments to the transfer executable that need to be passed to the executable referred to in this transfer mode. |
protected abstract String |
AbstractMultipleFTPerXFERJob.generateArgumentString(TransferJob job)
It constructs the arguments to the transfer executable that need to be passed to the executable referred to in this transfer mode. |
protected String |
CRFT.generateArgumentString(TransferJob job)
Constructs the arguments to the transfer executable that need to be passed to the executable referred to in this transfer mode. |
protected String |
T2.generateArgumentString(TransferJob job)
It constructs the arguments to the transfer executable that need to be passed to the executable referred to in this transfer mode. |
protected String |
RFT.generateArgumentString(TransferJob job)
Constructs the arguments to the transfer executable that need to be passed to the executable referred to in this transfer mode. |
protected String |
Transfer.generateArgumentString(TransferJob job)
It constructs the arguments to the transfer executable that need to be passed to the executable referred to in this transfer mode. |
protected String |
SRM.generateArgumentString(TransferJob job)
Constructs the arguments to the transfer executable that need to be passed to the executable referred to in this transfer mode. |
protected String |
Stork.generateArgumentString(TransferJob job,
FileTransfer file)
It constructs the arguments to the transfer executable that need to be passed to the executable referred to in this transfer mode. |
protected abstract String |
AbstractSingleFTPerXFERJob.generateArgumentString(TransferJob job,
FileTransfer file)
It constructs the arguments to the transfer executable that need to be passed to the executable referred to in this transfer mode. |
protected String |
OldGUC.generateArgumentString(TransferJob job,
FileTransfer file)
It constructs the arguments to the transfer executable that need to be passed to the executable referred to in this transfer mode. |
protected String |
Abstract.getPriority(TransferJob job)
Returns the priority for the transfer job as specified in the properties file. |
void |
AbstractMultipleFTPerXFERJob.postProcess(TransferJob job)
An optional method that allows the derived classes to do their own post processing on the the transfer job before it is returned to the calling module. |
void |
RFT.postProcess(TransferJob job)
Resets the STDIN of the transfer job to null, as the input file is not being sent to the remote sides. |
void |
SRM.postProcess(TransferJob job)
Makes sure the stdin is transferred by the Condor File Transfer Mechanism. |
| Uses of TransferJob in org.griphyn.cPlanner.transfer.refiner |
|---|
| Methods in org.griphyn.cPlanner.transfer.refiner that return TransferJob | |
|---|---|
private TransferJob |
Condor.createStageOutTransferJob(SubInfo job,
Collection files,
String directory,
String txJobName)
Constructs a condor file transfer job that handles multiple transfers. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||