Uses of Class
edu.isi.pegasus.planner.classes.NameValue
-
Packages that use NameValue Package Description edu.isi.pegasus.planner.classes edu.isi.pegasus.planner.refiner -
-
Uses of NameValue in edu.isi.pegasus.planner.classes
Fields in edu.isi.pegasus.planner.classes with type parameters of type NameValue Modifier and Type Field Description private java.util.List<NameValue>
PlannerOptions. mForwardOptions
The options that need to be passed forward to pegasus-run.Methods in edu.isi.pegasus.planner.classes that return NameValue Modifier and Type Method 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(java.util.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(java.util.Map m)
Removes a single url from the map passed.Methods in edu.isi.pegasus.planner.classes that return types with arguments of type NameValue Modifier and Type Method Description java.util.List<NameValue>
PlannerOptions. getForwardOptions()
Returns the forward options setMethods in edu.isi.pegasus.planner.classes with parameters of type NameValue Modifier and Type Method 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. -
Uses of NameValue in edu.isi.pegasus.planner.refiner
Fields in edu.isi.pegasus.planner.refiner with type parameters of type NameValue Modifier and Type Field Description private java.util.Map<java.lang.String,NameValue>
TransferEngine. mSRMServiceURLToMountPointMap
A map that associates the site name with the SRM server url and mount point.Methods in edu.isi.pegasus.planner.refiner that return types with arguments of type NameValue Modifier and Type Method Description private java.util.Map<java.lang.String,NameValue>
TransferEngine. constructSiteToSRMServerMap(PegasusProperties props)
Constructs a Properties objects by parsing the relevant SRM pegasus properties.
-