Uses of Class
edu.isi.pegasus.planner.classes.ReplicaStore
-
Packages that use ReplicaStore Package Description 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 Modifier and Type Field Description protected ReplicaStore
ADag. mReplicaStore
Handle to the replica store that stores the replica catalog user specifies in the DAXMethods in edu.isi.pegasus.planner.classes that return ReplicaStore Modifier and Type Method Description ReplicaStore
ADag. getReplicaStore()
Returns the Replica StoreMethods in edu.isi.pegasus.planner.classes with parameters of type ReplicaStore Modifier and Type Method Description 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 Modifier and Type Field Description 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 Modifier and Type Field Description 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. mDirectoryReplicaStore
The replica store where we store all the results that are queried from the input directory specified at the command line.private ReplicaStore
ReplicaCatalogBridge. mInheritedReplicaStore
The inherited Replica Storeprivate 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 Modifier and Type Method Description private ReplicaStore
ReplicaCatalogBridge. getReplicaStoreFromDirectory(java.lang.String directory)
Loads the mappings from the input directoryprivate ReplicaStore
ReplicaCatalogBridge. getReplicaStoreFromFiles(java.util.Set files)
Ends up loading a Replica Store from replica catalog files
-