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 ReplicaStoreADag. mReplicaStoreHandle 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 ReplicaStoreADag. getReplicaStore()Returns the Replica StoreMethods in edu.isi.pegasus.planner.classes with parameters of type ReplicaStore Modifier and Type Method Description voidADag. 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 ReplicaStoreDAX2CDAG. mReplicaStoreHandle 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 ReplicaStoreReplicaCatalogBridge. mCacheStoreThe replica store in which we store all the results that are queried from the cache replica catalogs.private ReplicaStoreReplicaCatalogBridge. mDAXReplicaStoreThe DAX Replica Store.private ReplicaStoreReplicaCatalogBridge. mDirectoryReplicaStoreThe replica store where we store all the results that are queried from the input directory specified at the command line.private ReplicaStoreReplicaCatalogBridge. mInheritedReplicaStoreThe inherited Replica Storeprivate ReplicaStoreReplicaCatalogBridge. mReplicaStoreThe 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 ReplicaStoreReplicaCatalogBridge. getReplicaStoreFromDirectory(java.lang.String directory)Loads the mappings from the input directoryprivate ReplicaStoreReplicaCatalogBridge. getReplicaStoreFromFiles(java.util.Set files)Ends up loading a Replica Store from replica catalog files
-