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

Packages that use ReplicaStore
edu.isi.pegasus.planner.classes   
edu.isi.pegasus.planner.parser.dax   
edu.isi.pegasus.planner.refiner   
 

Uses of ReplicaStore in edu.isi.pegasus.planner.classes
 

Fields in edu.isi.pegasus.planner.classes declared as ReplicaStore
protected  ReplicaStore ADag.mReplicaStore
          Handle to the replica store that stores the replica catalog user specifies in the DAX
 

Methods in edu.isi.pegasus.planner.classes that return ReplicaStore
 ReplicaStore ADag.getReplicaStore()
          Returns the Replica Store
 

Methods in edu.isi.pegasus.planner.classes with parameters of type ReplicaStore
 void ADag.setReplicaStore(ReplicaStore store)
          Sets the Replica Store
 

Uses of ReplicaStore in edu.isi.pegasus.planner.parser.dax
 

Fields in edu.isi.pegasus.planner.parser.dax declared as ReplicaStore
protected  ReplicaStore DAX2CDAG.mReplicaStore
          Handle to the replica store that stores the replica catalog user specifies in the DAX
 

Uses of ReplicaStore in edu.isi.pegasus.planner.refiner
 

Fields in edu.isi.pegasus.planner.refiner declared as ReplicaStore
private  ReplicaStore ReplicaCatalogBridge.mCacheStore
          The replica store in which we store all the results that are queried from the cache replica catalogs.
private  ReplicaStore ReplicaCatalogBridge.mDAXReplicaStore
          The DAX Replica Store.
private  ReplicaStore ReplicaCatalogBridge.mInheritedReplicaStore
          The inherited Replica Store
private  ReplicaStore ReplicaCatalogBridge.mReplicaStore
          The replica store in which we store all the results that are queried from the main replica catalog.
 

Methods in edu.isi.pegasus.planner.refiner that return ReplicaStore
private  ReplicaStore ReplicaCatalogBridge.getReplicaStoreFromFiles(Set files)
          Ends up loading a Replica Store from replica catalog files
 



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