Uses of Interface
edu.isi.pegasus.planner.refiner.createdir.Strategy
-
Packages that use Strategy Package Description edu.isi.pegasus.planner.refiner edu.isi.pegasus.planner.refiner.createdir -
-
Uses of Strategy in edu.isi.pegasus.planner.refiner
Methods in edu.isi.pegasus.planner.refiner that return Strategy Modifier and Type Method Description static Strategy
CreateDirectory. loadCreateDirectoryStraegyInstance(PegasusBag bag)
Loads the implementing class corresponding to the mode specified by the user at runtime. -
Uses of Strategy in edu.isi.pegasus.planner.refiner.createdir
Classes in edu.isi.pegasus.planner.refiner.createdir that implement Strategy Modifier and Type Class Description class
AbstractStrategy
The interface that defines how the cleanup job is invoked and created.class
HourGlass
This class inserts the nodes for creating the random directories on the remote execution pools.class
Minimal
This strategy for adding create dir jobs to the workflow only adds the minimum number of edges from the create dir job to the compute jobs in the workflow.class
Tentacles
This Strategy instance places the create directory jobs at the top of the graph.
-