Uses of Class
edu.isi.pegasus.planner.refiner.ReplicaCatalogBridge
-
Packages that use ReplicaCatalogBridge Package Description 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 Modifier and Type Field Description private ReplicaCatalogBridgeMainEngine. mRCBridgeThe bridge to the Replica Catalog.private ReplicaCatalogBridgeTransferEngine. mRCBridgeThe bridge to the Replica Catalog.Methods in edu.isi.pegasus.planner.refiner with parameters of type ReplicaCatalogBridge Modifier and Type Method Description voidTransferEngine. addTransferNodes(ReplicaCatalogBridge rcb, PlannerCache plannerCache)Adds the transfer nodes to the workflow.ADagDataReuseEngine. reduceWorkflow(ADag workflow, ReplicaCatalogBridge rcb)Reduces the workflow on the basis of the existence of lfn's in the replica catalog.GraphDataReuseEngine. 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 Modifier and Type Method Description voidRefiner. addStageOutXFERNodes(Job job, java.util.Collection files, ReplicaCatalogBridge rcb, boolean localTransfer)Adds the stageout transfer nodes, that stage data to an output site specified by the user.voidRefiner. addStageOutXFERNodes(Job job, java.util.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 Modifier and Type Field Description private ReplicaCatalogBridgeBalancedCluster. mRCBThe handle to the replica catalog bridge.private ReplicaCatalogBridgeBundle. mRCBThe handle to the replica catalog bridge.Methods in edu.isi.pegasus.planner.transfer.refiner with parameters of type ReplicaCatalogBridge Modifier and Type Method Description voidBalancedCluster. addStageOutXFERNodes(Job job, java.util.Collection files, ReplicaCatalogBridge rcb, boolean localTransfer, boolean deletedLeaf)Adds the stageout transfer nodes, that stage data to an output site specified by the user.voidBasic. addStageOutXFERNodes(Job job, java.util.Collection files, ReplicaCatalogBridge rcb, boolean localTransfer)Adds the stageout transfer nodes, that stage data to an output site specified by the user.voidBasic. addStageOutXFERNodes(Job job, java.util.Collection files, ReplicaCatalogBridge rcb, boolean localTransfer, boolean deletedLeaf)Adds the stageout transfer nodes, that stage data to an output site specified by the user.voidBundle. addStageOutXFERNodes(Job job, java.util.Collection files, ReplicaCatalogBridge rcb, boolean localTransfer, boolean deletedLeaf)Adds the stageout transfer nodes, that stage data to an output site specified by the user.voidEmpty. addStageOutXFERNodes(Job job, java.util.Collection files, ReplicaCatalogBridge rcb, boolean localTransfer)Adds the stageout transfer nodes, that stage data to an output site specified by the user.voidEmpty. addStageOutXFERNodes(Job job, java.util.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 JobBasic. createRegistrationJob(java.lang.String regJobName, Job job, java.util.Collection files, ReplicaCatalogBridge rcb)Creates the registration jobs, which registers the materialized files on the output site in the Replica Catalog.protected JobEmpty. createRegistrationJob(java.lang.String regJobName, Job job, java.util.Collection files, ReplicaCatalogBridge rcb)Creates the registration jobs, which registers the materialized files on the output site in the Replica Catalog.
-