Uses of Class
edu.isi.pegasus.planner.transfer.refiner.BalancedCluster.BundleValue
-
Packages that use BalancedCluster.BundleValue Package Description edu.isi.pegasus.planner.transfer.refiner -
-
Uses of BalancedCluster.BundleValue in edu.isi.pegasus.planner.transfer.refiner
Fields in edu.isi.pegasus.planner.transfer.refiner declared as BalancedCluster.BundleValue Modifier and Type Field 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.Methods in edu.isi.pegasus.planner.transfer.refiner with parameters of type BalancedCluster.BundleValue Modifier and Type Method Description void
BalancedCluster. addStageInXFERNodes(Job job, boolean localTransfer, java.util.Collection files, int type, java.util.Map<java.lang.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.
-