Uses of Class
edu.isi.pegasus.planner.refiner.ReplicaCatalogBridge

Packages that use ReplicaCatalogBridge
edu.isi.pegasus.planner.refiner   
edu.isi.pegasus.planner.transfer   
edu.isi.pegasus.planner.transfer.refiner   
 

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

Fields in edu.isi.pegasus.planner.refiner declared as ReplicaCatalogBridge
private  ReplicaCatalogBridge TransferEngine.mRCBridge
          The bridge to the Replica Catalog.
private  ReplicaCatalogBridge MainEngine.mRCBridge
          The bridge to the Replica Catalog.
 

Methods in edu.isi.pegasus.planner.refiner with parameters of type ReplicaCatalogBridge
 void TransferEngine.addTransferNodes(ReplicaCatalogBridge rcb, ReplicaCatalog transientCatalog)
          Adds the transfer nodes to the workflow.
 ADag ReductionEngine.reduceDag(ReplicaCatalogBridge rcb)
          Reduces the workflow on the basis of the existence of lfn's in the replica catalog.
 ADag DataReuseEngine.reduceWorkflow(ADag workflow, ReplicaCatalogBridge rcb)
          Reduces the workflow on the basis of the existence of lfn's in the replica catalog.
 Graph DataReuseEngine.reduceWorkflow(Graph workflow, ReplicaCatalogBridge rcb)
          Reduces the workflow on the basis of the existence of lfn's in the replica catalog.
 

Uses of ReplicaCatalogBridge in edu.isi.pegasus.planner.transfer
 

Methods in edu.isi.pegasus.planner.transfer with parameters of type ReplicaCatalogBridge
 void Refiner.addStageOutXFERNodes(Job job, Collection files, ReplicaCatalogBridge rcb, boolean localTransfer)
          Adds the stageout transfer nodes, that stage data to an output site specified by the user.
 void Refiner.addStageOutXFERNodes(Job job, Collection files, ReplicaCatalogBridge rcb, boolean localTransfer, boolean deletedLeaf)
          Adds the stageout transfer nodes, that stage data to an output site specified by the user.
 

Uses of ReplicaCatalogBridge in edu.isi.pegasus.planner.transfer.refiner
 

Fields in edu.isi.pegasus.planner.transfer.refiner declared as ReplicaCatalogBridge
private  ReplicaCatalogBridge Bundle.mRCB
          The handle to the replica catalog bridge.
 

Methods in edu.isi.pegasus.planner.transfer.refiner with parameters of type ReplicaCatalogBridge
 void Default.addStageOutXFERNodes(Job job, Collection files, ReplicaCatalogBridge rcb, boolean localTransfer)
          Adds the stageout transfer nodes, that stage data to an output site specified by the user.
 void Default.addStageOutXFERNodes(Job job, Collection files, ReplicaCatalogBridge rcb, boolean localTransfer, boolean deletedLeaf)
          Adds the stageout transfer nodes, that stage data to an output site specified by the user.
 void Bundle.addStageOutXFERNodes(Job job, Collection files, ReplicaCatalogBridge rcb, boolean localTransfer, boolean deletedLeaf)
          Adds the stageout transfer nodes, that stage data to an output site specified by the user.
protected  Job Default.createRegistrationJob(String regJobName, Job job, Collection files, ReplicaCatalogBridge rcb)
          Creates the registration jobs, which registers the materialized files on the output site in the Replica Catalog.
 



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