Uses of Class
edu.isi.pegasus.planner.transfer.refiner.BalancedCluster.PoolTransfer
-
Packages that use BalancedCluster.PoolTransfer Package Description edu.isi.pegasus.planner.transfer.refiner -
-
Uses of BalancedCluster.PoolTransfer in edu.isi.pegasus.planner.transfer.refiner
Fields in edu.isi.pegasus.planner.transfer.refiner with type parameters of type BalancedCluster.PoolTransfer Modifier and Type Field Description private java.util.Map<java.lang.String,BalancedCluster.PoolTransfer>
BalancedCluster. mStageInLocalMapPerLevel
The map containing the list of stage in transfer jobs that are being created for the workflow indexed by the execution poolname.private java.util.Map<java.lang.String,BalancedCluster.PoolTransfer>
BalancedCluster. mStageInRemoteMapPerLevel
The map containing the list of stage in transfer jobs that are being created for the workflow indexed by the execution poolname.private java.util.Map<java.lang.String,BalancedCluster.PoolTransfer>
BalancedCluster. mStageOutLocalMapPerLevel
A map indexed by site name, that contains the pointer to the local stage out PoolTransfer objects for that site.private java.util.Map<java.lang.String,BalancedCluster.PoolTransfer>
BalancedCluster. mStageOutRemoteMapPerLevel
A map indexed by site name, that contains the pointer to the remote stage out PoolTransfer objects for that site.Methods in edu.isi.pegasus.planner.transfer.refiner that return BalancedCluster.PoolTransfer Modifier and Type Method Description BalancedCluster.PoolTransfer
BalancedCluster. getStageOutPoolTransfer(java.lang.String site, boolean localTransfer, int num)
Returns the appropriate pool transfer for a particular site.Methods in edu.isi.pegasus.planner.transfer.refiner that return types with arguments of type BalancedCluster.PoolTransfer Modifier and Type Method Description java.util.Map<java.lang.String,BalancedCluster.PoolTransfer>
BalancedCluster. resetStageInMap(java.util.Map<java.lang.String,BalancedCluster.PoolTransfer> stageInMap, Implementation implementation, int stageInJobType, boolean localTransfer)
Signals that the traversal of the workflow is done.Method parameters in edu.isi.pegasus.planner.transfer.refiner with type arguments of type BalancedCluster.PoolTransfer 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.java.util.Map<java.lang.String,BalancedCluster.PoolTransfer>
BalancedCluster. resetStageInMap(java.util.Map<java.lang.String,BalancedCluster.PoolTransfer> stageInMap, Implementation implementation, int stageInJobType, boolean localTransfer)
Signals that the traversal of the workflow is done.protected java.util.Map
BalancedCluster. resetStageOutMap(java.util.Map<java.lang.String,BalancedCluster.PoolTransfer> map, boolean localTransfer)
Resets a single map
-