Uses of Class
edu.isi.pegasus.planner.classes.NameValue

Packages that use NameValue
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
private  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
 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.
 

Methods in edu.isi.pegasus.planner.classes that return types with arguments of type NameValue
 List<NameValue> PlannerOptions.getForwardOptions()
          Returns the forward options set
 

Methods in edu.isi.pegasus.planner.classes with parameters of type NameValue
 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
private  Map<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
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.