Uses of Class
edu.isi.pegasus.planner.catalog.site.classes.ReplicaCatalog

Packages that use ReplicaCatalog
edu.isi.pegasus.planner.catalog.site.classes   
 

Uses of ReplicaCatalog in edu.isi.pegasus.planner.catalog.site.classes
 

Fields in edu.isi.pegasus.planner.catalog.site.classes with type parameters of type ReplicaCatalog
private  List<ReplicaCatalog> SiteCatalogEntry.mReplicaCatalogs
          The list of replica catalog associated with the site.
 

Methods in edu.isi.pegasus.planner.catalog.site.classes that return ReplicaCatalog
 ReplicaCatalog SiteCatalogEntry.selectReplicaCatalog()
          Selects a Random ReplicaCatalog.
 

Methods in edu.isi.pegasus.planner.catalog.site.classes that return types with arguments of type ReplicaCatalog
 Iterator<ReplicaCatalog> SiteCatalogEntry.getReplicaCatalogIterator()
          Return an iterator to the replica catalog associated with the site.
 

Methods in edu.isi.pegasus.planner.catalog.site.classes with parameters of type ReplicaCatalog
 void SiteCatalogEntry.addReplicaCatalog(ReplicaCatalog catalog)
          Add a Replica Catalog to the site.
 



Copyright © 2011 The University of Southern California. All Rights Reserved.