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. mForwardOptionsThe 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 NameValueFileTransfer. getDestURL()Returns a single destination url associated with the transfer.NameValueFileTransfer. getDestURL(boolean random)Returns a single destination url associated with the transfer.NameValueFileTransfer. getSourceURL()Returns a single source url associated with the transfer.NameValueFileTransfer. getSourceURL(boolean random)Returns a single source url associated with the transfer.private NameValueFileTransfer. getURL(java.util.Map m, boolean random)Returns a single url from the map passed.NameValueFileTransfer. removeDestURL()Removes a single destination url associated with the transfer.NameValueFileTransfer. removeSourceURL()Removes a single source url associated with the transfer.private NameValueFileTransfer. 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 voidFileTransfer. addDestination(NameValue nv)Adds a destination URL for the transfer.voidFileTransfer. 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. mSRMServiceURLToMountPointMapA 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.
-