Uses of Interface
edu.isi.pegasus.planner.catalog.ReplicaCatalog
-
-
Uses of ReplicaCatalog in edu.isi.pegasus.planner.catalog.replica
Methods in edu.isi.pegasus.planner.catalog.replica that return ReplicaCatalog Modifier and Type Method Description static ReplicaCatalogReplicaFactory. loadInstance()Connects the interface with the replica catalog implementation.static ReplicaCatalogReplicaFactory. loadInstance(CommonProperties props)Connects the interface with the replica catalog implementation.static ReplicaCatalogReplicaFactory. loadInstance(PegasusProperties props)Connects the interface with the replica catalog implementation.static ReplicaCatalogReplicaFactory. loadInstance(java.lang.String catalogImplementor, java.util.Properties props)Connects the interface with the replica catalog implementation. -
Uses of ReplicaCatalog in edu.isi.pegasus.planner.catalog.replica.impl
Classes in edu.isi.pegasus.planner.catalog.replica.impl that implement ReplicaCatalog Modifier and Type Class Description classDirectoryThis class implements a replica catalog on top of a directory.classFlushedCacheThis class implements a replica catalog which directly writes to the output file.classJDBCRCThis class implements a replica catalog on top of a simple table in a JDBC database.classMRCA multiple replica catalog implementation that allows users to query different multiple catalogs at the same time.classRegexThis class implements a replica catalog on top of a simple file with regular expression based entries, which contains two or more columns.classSimpleFileThis class implements a replica catalog on top of a simple file which contains two or more columns. -
Uses of ReplicaCatalog in edu.isi.pegasus.planner.classes
Fields in edu.isi.pegasus.planner.classes declared as ReplicaCatalog Modifier and Type Field Description private ReplicaCatalogPlannerCache. mGetRCCacheThe cache storing the GET urls for the files in the workflowprivate ReplicaCatalogPlannerCache. mPutRCCacheThe cache storing the PUT urls for the files in the workflowprivate ReplicaCatalogPegasusBag. mRCHandleThe handle to the replica catalog.Methods in edu.isi.pegasus.planner.classes that return ReplicaCatalog Modifier and Type Method Description private ReplicaCatalogPlannerCache. intializeRCAsCache(ADag dag, FileServerType.OPERATION type)Initializes the transient replica catalog and returns a handle to it. -
Uses of ReplicaCatalog in edu.isi.pegasus.planner.client
Fields in edu.isi.pegasus.planner.client declared as ReplicaCatalog Modifier and Type Field Description private ReplicaCatalogRCClient. m_rcMaintains the interface to the replica catalog implementation. -
Uses of ReplicaCatalog in edu.isi.pegasus.planner.refiner
Fields in edu.isi.pegasus.planner.refiner declared as ReplicaCatalog Modifier and Type Field Description private ReplicaCatalogReplicaCatalogBridge. mReplicaCatalogThe handle to the main Replica Catalog.private ReplicaCatalogTransferEngine. mWorkflowCacheA Replica Catalog, that tracks all the GET URL's for the files on the staging sites.Methods in edu.isi.pegasus.planner.refiner that return ReplicaCatalog Modifier and Type Method Description private ReplicaCatalogTransferEngine. initializeWorkflowCacheFile(ADag dag)Initializes a Replica Catalog Instance that is used to store the GET URL's for all files on the staging site ( inputs staged and outputs created ). -
Uses of ReplicaCatalog in edu.isi.pegasus.planner.transfer.mapper.impl
Fields in edu.isi.pegasus.planner.transfer.mapper.impl declared as ReplicaCatalog Modifier and Type Field Description protected ReplicaCatalogReplica. mRCCatalog
-