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