Package | Description |
---|---|
edu.isi.pegasus.planner.classes | |
edu.isi.pegasus.planner.parser.dax | |
edu.isi.pegasus.planner.refiner |
Modifier and Type | Class and Description |
---|---|
class |
FileTransfer
This is a container for the storing the transfers that are required in
between sites.
|
Modifier and Type | Field and Description |
---|---|
protected List<PegasusFile> |
CompoundTransformation.mUses
The list of dependant executables
|
Modifier and Type | Method and Description |
---|---|
List<PegasusFile> |
CompoundTransformation.getDependantFiles()
Returns the List of dependant files
|
Modifier and Type | Method and Description |
---|---|
void |
CompoundTransformation.addDependantFile(PegasusFile pf)
Adds a dependant file.
|
void |
Job.addInputFile(PegasusFile file)
Adds an input file to the underlying collection of input files
associated with the job.
|
void |
Job.addOutputFile(PegasusFile file)
Adds an output file to the underlying collection of output files
associated with the job.
|
Constructor and Description |
---|
FileTransfer(PegasusFile pf)
The overloaded constructor.
|
Modifier and Type | Field and Description |
---|---|
private PegasusFile |
DAXParser2.mUsesPegasusFile
The PegasusFile object that a uses tag corresponds to.
|
Modifier and Type | Method and Description |
---|---|
private FileTransfer |
TransferEngine.constructFileTX(PegasusFile pf,
String stagingSiteHandle,
String destSiteHandle,
String job,
String path,
boolean localTransfer)
Constructs the FileTransfer object on the basis of the transiency
information.
|
Copyright © 2011 The University of Southern California. All Rights Reserved.