Package | Description |
---|---|
edu.isi.pegasus.planner.transfer.refiner |
Modifier and Type | Field and Description |
---|---|
protected Bundle.BundleValue |
Bundle.mStageinLocalBundleValue
The BundleValue that evaluates for local stage in jobs.
|
protected Bundle.BundleValue |
Bundle.mStageInRemoteBundleValue
The BundleValue that evaluates for remote stage-in jobs.
|
protected Bundle.BundleValue |
Bundle.mStageOutLocalBundleValue
The BundleValue that evaluates for local stage out jobs.
|
protected Bundle.BundleValue |
Bundle.mStageOutRemoteBundleValue
The BundleValue that evaluates for remote stage out jobs.
|
Modifier and Type | Method and Description |
---|---|
void |
Cluster.addStageInXFERNodes(Job job,
boolean localTransfer,
Collection files,
int jobType,
Map<String,Bundle.PoolTransfer> stageInMap,
Bundle.BundleValue cValue,
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.
|
void |
Bundle.addStageInXFERNodes(Job job,
boolean localTransfer,
Collection files,
int type,
Map<String,Bundle.PoolTransfer> stageInMap,
Bundle.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.
|