Package | Description |
---|---|
edu.isi.pegasus.planner.classes | |
edu.isi.pegasus.planner.refiner |
Modifier and Type | Field and Description |
---|---|
private List<NameValue> |
PlannerOptions.mForwardOptions
The options that need to be passed forward to pegasus-run.
|
Modifier and Type | Method and Description |
---|---|
NameValue |
FileTransfer.getDestURL()
Returns a single destination url associated with the transfer.
|
NameValue |
FileTransfer.getDestURL(boolean random)
Returns a single destination url associated with the transfer.
|
NameValue |
FileTransfer.getSourceURL()
Returns a single source url associated with the transfer.
|
NameValue |
FileTransfer.getSourceURL(boolean random)
Returns a single source url associated with the transfer.
|
private NameValue |
FileTransfer.getURL(Map m,
boolean random)
Returns a single url from the map passed.
|
NameValue |
FileTransfer.removeDestURL()
Removes a single destination url associated with the transfer.
|
NameValue |
FileTransfer.removeSourceURL()
Removes a single source url associated with the transfer.
|
private NameValue |
FileTransfer.removeURL(Map m)
Removes a single url from the map passed.
|
Modifier and Type | Method and Description |
---|---|
List<NameValue> |
PlannerOptions.getForwardOptions()
Returns the forward options set
|
Modifier and Type | Method and Description |
---|---|
void |
FileTransfer.addDestination(NameValue nv)
Adds a destination URL for the transfer.
|
void |
FileTransfer.addSource(NameValue nv)
Adds a source URL for the transfer.
|
Modifier and Type | Field and Description |
---|---|
private Map<String,NameValue> |
TransferEngine.mSRMServiceURLToMountPointMap
A map that associates the site name with the SRM server url and mount point.
|
Modifier and Type | Method and Description |
---|---|
private Map<String,NameValue> |
TransferEngine.constructSiteToSRMServerMap(PegasusProperties props)
Constructs a Properties objects by parsing the relevant SRM
pegasus properties.
|
Copyright © 2011 The University of Southern California. All Rights Reserved.