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.BundleValueBalancedCluster. mStageinLocalBundleValueThe BundleValue that evaluates for local stage in jobs.protected BalancedCluster.BundleValueBalancedCluster. mStageInRemoteBundleValueThe BundleValue that evaluates for remote stage-in jobs.protected BalancedCluster.BundleValueBalancedCluster. mStageOutLocalBundleValueThe BundleValue that evaluates for local stage out jobs.protected BalancedCluster.BundleValueBalancedCluster. mStageOutRemoteBundleValueThe 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 voidBalancedCluster. 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.
-