Uses of Class
edu.isi.pegasus.planner.transfer.AbstractRefiner
-
Packages that use AbstractRefiner Package Description edu.isi.pegasus.planner.transfer edu.isi.pegasus.planner.transfer.refiner -
-
Uses of AbstractRefiner in edu.isi.pegasus.planner.transfer
Subclasses of AbstractRefiner in edu.isi.pegasus.planner.transfer Modifier and Type Class Description class
MultipleFTPerXFERJobRefiner
The refiner interface, that determines the functions that need to be implemented to add various types of transfer nodes to the workflow.class
SingleFTPerXFERJobRefiner
The refiner interface, that determines the functions that need to be implemented to add various types of transfer nodes to the workflow. -
Uses of AbstractRefiner in edu.isi.pegasus.planner.transfer.refiner
Subclasses of AbstractRefiner in edu.isi.pegasus.planner.transfer.refiner Modifier and Type Class Description class
BalancedCluster
An extension of the default refiner, that allows the user to specify the number of transfer nodes per execution site for stagein and stageout.class
Basic
The default transfer refiner, that implements the multiple refiner.class
Bundle
An extension of the default refiner, that allows the user to specify the number of transfer nodes per execution site for stagein and stageout.class
Chain
This transfer refiner builds upon the Default Refiner.class
Cluster
A cluster refiner that builds upon the Bundle Refiner.class
Empty
An Empty implementation for performance evaluation purposes
-