Package | Description |
---|---|
edu.isi.pegasus.planner.classes | |
edu.isi.pegasus.planner.refiner | |
edu.isi.pegasus.planner.refiner.cleanup | |
edu.isi.pegasus.planner.transfer.sls |
Modifier and Type | Field and Description |
---|---|
private PlannerCache |
PegasusBag.mPlannerCache
The transient replica catalog that tracks the files created or transferred
during the workflow
|
Modifier and Type | Method and Description |
---|---|
PlannerCache |
PegasusBag.getHandleToPlannerCache()
A convenice method to get the handle to the planner cache
|
Modifier and Type | Field and Description |
---|---|
private PlannerCache |
TransferEngine.mPlannerCache
A SimpleFile Replica Catalog, that tracks all the files that are being
materialized as part of workflow executaion.
|
Modifier and Type | Method and Description |
---|---|
void |
TransferEngine.addTransferNodes(ReplicaCatalogBridge rcb,
PlannerCache plannerCache)
Adds the transfer nodes to the workflow.
|
Modifier and Type | Field and Description |
---|---|
protected PlannerCache |
Cleanup.mPlannerCache
Handle to the transient replica catalog.
|
Modifier and Type | Field and Description |
---|---|
private PlannerCache |
Transfer.mPlannerCache
A SimpleFile Replica Catalog, that tracks all the files that are being
materialized as part of workflow execution.
|
private PlannerCache |
Condor.mPlannerCache
A SimpleFile Replica Catalog, that tracks all the files that are being
materialized as part of workflow execution.
|