Uses of Interface
edu.isi.pegasus.planner.catalog.ReplicaCatalog

Packages that use ReplicaCatalog
edu.isi.pegasus.planner.catalog.replica   
edu.isi.pegasus.planner.catalog.replica.impl   
edu.isi.pegasus.planner.classes   
edu.isi.pegasus.planner.client   
edu.isi.pegasus.planner.refiner   
edu.isi.pegasus.planner.refiner.cleanup   
edu.isi.pegasus.planner.transfer.sls   
 

Uses of ReplicaCatalog in edu.isi.pegasus.planner.catalog.replica
 

Methods in edu.isi.pegasus.planner.catalog.replica that return ReplicaCatalog
static ReplicaCatalog ReplicaFactory.loadInstance()
          Connects the interface with the replica catalog implementation.
static ReplicaCatalog ReplicaFactory.loadInstance(CommonProperties props)
          Connects the interface with the replica catalog implementation.
static ReplicaCatalog ReplicaFactory.loadInstance(PegasusProperties props)
          Connects the interface with the replica catalog implementation.
static ReplicaCatalog ReplicaFactory.loadInstance(String catalogImplementor, 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
 class JDBCRC
          This class implements a replica catalog on top of a simple table in a JDBC database.
 class MRC
          A multiple replica catalog implementation that allows users to query different multiple catalogs at the same time.
 class SimpleFile
          This 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
private  ReplicaCatalog PegasusBag.mRCHandle
          The handle to the replica catalog.
private  ReplicaCatalog PegasusBag.mTransientRC
          The transient replica catalog that tracks the files created or transferred during the workflow
 

Methods in edu.isi.pegasus.planner.classes that return ReplicaCatalog
 ReplicaCatalog PegasusBag.getHandleToTransientReplicaCatalog()
          A convenice method to get the handle to the transient replica catalog
 

Uses of ReplicaCatalog in edu.isi.pegasus.planner.client
 

Fields in edu.isi.pegasus.planner.client declared as ReplicaCatalog
private  ReplicaCatalog RCClient.m_rc
          Maintains 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
private  ReplicaCatalog ReplicaCatalogBridge.mReplicaCatalog
          The handle to the main Replica Catalog.
private  ReplicaCatalog TransferEngine.mTransientRC
          A SimpleFile Replica Catalog, that tracks all the files that are being materialized as part of workflow executaion.
 

Methods in edu.isi.pegasus.planner.refiner that return ReplicaCatalog
private  ReplicaCatalog MainEngine.initializeTransientRC(ADag dag)
          Initializes the transient replica catalog and returns a handle to it.
 

Methods in edu.isi.pegasus.planner.refiner with parameters of type ReplicaCatalog
 void TransferEngine.addTransferNodes(ReplicaCatalogBridge rcb, ReplicaCatalog transientCatalog)
          Adds the transfer nodes to the workflow.
 

Uses of ReplicaCatalog in edu.isi.pegasus.planner.refiner.cleanup
 

Fields in edu.isi.pegasus.planner.refiner.cleanup declared as ReplicaCatalog
protected  ReplicaCatalog Cleanup.mTransientRC
          Handle to the transient replica catalog.
 

Uses of ReplicaCatalog in edu.isi.pegasus.planner.transfer.sls
 

Fields in edu.isi.pegasus.planner.transfer.sls declared as ReplicaCatalog
protected  ReplicaCatalog Transfer.mTransientRC
          The handle to the transient replica catalog.
 



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