Package | Description |
---|---|
edu.isi.pegasus.planner.transfer.refiner |
Modifier and Type | Field and Description |
---|---|
protected BalancedCluster.BundleValue |
BalancedCluster.mStageinLocalBundleValue
The BundleValue that evaluates for local stage in jobs.
|
protected BalancedCluster.BundleValue |
BalancedCluster.mStageInRemoteBundleValue
The BundleValue that evaluates for remote stage-in jobs.
|
protected BalancedCluster.BundleValue |
BalancedCluster.mStageOutLocalBundleValue
The BundleValue that evaluates for local stage out jobs.
|
protected BalancedCluster.BundleValue |
BalancedCluster.mStageOutRemoteBundleValue
The BundleValue that evaluates for remote stage out jobs.
|
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.
|