|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PegasusFile | |
|---|---|
| edu.isi.pegasus.planner.classes | |
| edu.isi.pegasus.planner.parser.dax | |
| edu.isi.pegasus.planner.refiner | |
| Uses of PegasusFile in edu.isi.pegasus.planner.classes |
|---|
| Subclasses of PegasusFile in edu.isi.pegasus.planner.classes | |
|---|---|
class |
FileTransfer
This is a container for the storing the transfers that are required in between sites. |
| Fields in edu.isi.pegasus.planner.classes with type parameters of type PegasusFile | |
|---|---|
protected List<PegasusFile> |
CompoundTransformation.mUses
The list of dependant executables |
| Methods in edu.isi.pegasus.planner.classes that return types with arguments of type PegasusFile | |
|---|---|
List<PegasusFile> |
CompoundTransformation.getDependantFiles()
Returns the List of dependant files |
| Methods in edu.isi.pegasus.planner.classes with parameters of type PegasusFile | |
|---|---|
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. |
| Constructors in edu.isi.pegasus.planner.classes with parameters of type PegasusFile | |
|---|---|
FileTransfer(PegasusFile pf)
The overloaded constructor. |
|
| Uses of PegasusFile in edu.isi.pegasus.planner.parser.dax |
|---|
| Fields in edu.isi.pegasus.planner.parser.dax declared as PegasusFile | |
|---|---|
private PegasusFile |
DAXParser2.mUsesPegasusFile
The PegasusFile object that a uses tag corresponds to. |
| Uses of PegasusFile in edu.isi.pegasus.planner.refiner |
|---|
| Methods in edu.isi.pegasus.planner.refiner with parameters of type PegasusFile | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||