Package | Description |
---|---|
edu.isi.pegasus.planner.transfer.refiner |
Modifier and Type | Field and Description |
---|---|
private Map<String,BalancedCluster.PoolTransfer> |
BalancedCluster.mStageInLocalMapPerLevel
The map containing the list of stage in transfer jobs that are being
created for the workflow indexed by the execution poolname.
|
private Map<String,BalancedCluster.PoolTransfer> |
BalancedCluster.mStageInRemoteMapPerLevel
The map containing the list of stage in transfer jobs that are being
created for the workflow indexed by the execution poolname.
|
private Map<String,BalancedCluster.PoolTransfer> |
BalancedCluster.mStageOutLocalMapPerLevel
A map indexed by site name, that contains the pointer to the local stage out
PoolTransfer objects for that site.
|
private Map<String,BalancedCluster.PoolTransfer> |
BalancedCluster.mStageOutRemoteMapPerLevel
A map indexed by site name, that contains the pointer to the remote stage out
PoolTransfer objects for that site.
|
Modifier and Type | Method and Description |
---|---|
BalancedCluster.PoolTransfer |
BalancedCluster.getStageOutPoolTransfer(String site,
boolean localTransfer,
int num)
Returns the appropriate pool transfer for a particular site.
|
Modifier and Type | Method and Description |
---|---|
Map<String,BalancedCluster.PoolTransfer> |
BalancedCluster.resetStageInMap(Map<String,BalancedCluster.PoolTransfer> stageInMap,
Implementation implementation,
int stageInJobType,
boolean localTransfer)
Signals that the traversal of the workflow is done.
|
Modifier and Type | Method and Description |
---|---|
void |
BalancedCluster.addStageInXFERNodes(Job job,
boolean localTransfer,
Collection files,
int type,
Map<String,BalancedCluster.PoolTransfer> stageInMap,
BalancedCluster.BundleValue bundleValue,
Implementation implementation)
Adds the stage in transfer nodes which transfer the input files for a job,
from the location returned from the replica catalog to the job's execution
pool.
|
Map<String,BalancedCluster.PoolTransfer> |
BalancedCluster.resetStageInMap(Map<String,BalancedCluster.PoolTransfer> stageInMap,
Implementation implementation,
int stageInJobType,
boolean localTransfer)
Signals that the traversal of the workflow is done.
|
protected Map |
BalancedCluster.resetStageOutMap(Map<String,BalancedCluster.PoolTransfer> map,
boolean localTransfer)
Resets a single map
|