Uses of Class
edu.isi.pegasus.planner.classes.PlannerCache
-
Packages that use PlannerCache Package Description edu.isi.pegasus.planner.classes edu.isi.pegasus.planner.refiner edu.isi.pegasus.planner.refiner.cleanup edu.isi.pegasus.planner.transfer.sls -
-
Uses of PlannerCache in edu.isi.pegasus.planner.classes
Fields in edu.isi.pegasus.planner.classes declared as PlannerCache Modifier and Type Field Description private PlannerCache
PegasusBag. mPlannerCache
The transient replica catalog that tracks the files created or transferred during the workflowMethods in edu.isi.pegasus.planner.classes that return PlannerCache Modifier and Type Method Description PlannerCache
PegasusBag. getHandleToPlannerCache()
A convenice method to get the handle to the planner cache -
Uses of PlannerCache in edu.isi.pegasus.planner.refiner
Fields in edu.isi.pegasus.planner.refiner declared as PlannerCache Modifier and Type Field Description private PlannerCache
TransferEngine. mPlannerCache
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 with parameters of type PlannerCache Modifier and Type Method Description void
TransferEngine. addTransferNodes(ReplicaCatalogBridge rcb, PlannerCache plannerCache)
Adds the transfer nodes to the workflow. -
Uses of PlannerCache in edu.isi.pegasus.planner.refiner.cleanup
Fields in edu.isi.pegasus.planner.refiner.cleanup declared as PlannerCache Modifier and Type Field Description protected PlannerCache
Cleanup. mPlannerCache
Handle to the transient replica catalog. -
Uses of PlannerCache in edu.isi.pegasus.planner.transfer.sls
Fields in edu.isi.pegasus.planner.transfer.sls declared as PlannerCache Modifier and Type Field Description private PlannerCache
Condor. mPlannerCache
A SimpleFile Replica Catalog, that tracks all the files that are being materialized as part of workflow execution.private PlannerCache
Transfer. mPlannerCache
A SimpleFile Replica Catalog, that tracks all the files that are being materialized as part of workflow execution.
-