|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TransferJob | |
|---|---|
| edu.isi.pegasus.planner.transfer | |
| edu.isi.pegasus.planner.transfer.implementation | |
| Uses of TransferJob in edu.isi.pegasus.planner.transfer |
|---|
| Methods in edu.isi.pegasus.planner.transfer that return TransferJob | |
|---|---|
TransferJob |
Implementation.createTransferJob(Job job,
String site,
Collection files,
Collection execFiles,
String txJobName,
int jobClass)
This constructs the Job object for the transfer node. |
| Methods in edu.isi.pegasus.planner.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 edu.isi.pegasus.planner.transfer.implementation |
|---|
| Methods in edu.isi.pegasus.planner.transfer.implementation that return TransferJob | |
|---|---|
TransferJob |
Stork.createTransferJob(Job job,
FileTransfer file,
Collection execFiles,
String txJobName,
int jobClass)
Constructs a general transfer job that handles single transfers per transfer job. |
TransferJob |
AbstractMultipleFTPerXFERJob.createTransferJob(Job job,
String site,
Collection files,
Collection execFiles,
String txJobName,
int jobClass)
Constructs a general transfer job that handles multiple transfers per transfer job. |
TransferJob |
AbstractSingleFTPerXFERJob.createTransferJob(Job job,
String site,
Collection files,
Collection execFiles,
String txJobName,
int jobClass)
Constructs a general transfer job that handles single transfers per transfer job. |
TransferJob |
AbstractSingleFTPerXFERJob.createTransferJob(Job job,
String site,
FileTransfer file,
Collection execFiles,
String txJobName,
int jobClass)
Constructs a general transfer job that handles single transfers per transfer job. |
| Methods in edu.isi.pegasus.planner.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.checkAndTransferIrodsEnvFile(TransferJob job)
Deprecated. |
boolean |
Abstract.checkAndTransferProxy(TransferJob job)
Deprecated. |
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 |
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 |
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 |
GUC.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 |
TPTGUC.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 |
Stork.generateArgumentStringAndAssociateCredentials(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.generateArgumentStringAndAssociateCredentials(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 |
Transfer.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 |
GUC.postProcess(TransferJob job)
Makes sure the stdin is transferred by the Condor File Transfer Mechanism. |
void |
TPTGUC.postProcess(TransferJob job)
Makes sure the stdin is transferred by the Condor File Transfer Mechanism. |
protected String |
AbstractMultipleFTPerXFERJob.prepareSTDINAndAssociateCredentials(TransferJob job,
Collection files,
String stagingSite,
int jobClass)
Prepares the stdin for the transfer job. |
protected abstract void |
AbstractMultipleFTPerXFERJob.writeStdInAndAssociateCredentials(TransferJob job,
FileWriter stdIn,
Collection files,
String stagingSite,
int jobClass)
Writes to a FileWriter stream the stdin which goes into the magic script via standard input |
protected void |
Transfer.writeStdInAndAssociateCredentials(TransferJob job,
FileWriter writer,
Collection files,
String stagingSite,
int jobClass)
Writes to a FileWriter stream the stdin which goes into the magic script via standard input |
protected void |
T2.writeStdInAndAssociateCredentials(TransferJob job,
FileWriter writer,
Collection files,
String stagingSite,
int jobClass)
Writes to a FileWriter stream the stdin which T2 takes via standard input. |
protected void |
GUC.writeStdInAndAssociateCredentials(TransferJob job,
FileWriter writer,
Collection files,
String stagingSite,
int jobClass)
Writes to a FileWriter stream the stdin which goes into the magic script via standard input |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||