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 classMultipleFTPerXFERJobRefinerThe refiner interface, that determines the functions that need to be implemented to add various types of transfer nodes to the workflow.classSingleFTPerXFERJobRefinerThe 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 classBalancedClusterAn extension of the default refiner, that allows the user to specify the number of transfer nodes per execution site for stagein and stageout.classBasicThe default transfer refiner, that implements the multiple refiner.classBundleAn extension of the default refiner, that allows the user to specify the number of transfer nodes per execution site for stagein and stageout.classChainThis transfer refiner builds upon the Default Refiner.classClusterA cluster refiner that builds upon the Bundle Refiner.classEmptyAn Empty implementation for performance evaluation purposes
-