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 StrategyCreateDirectory. 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 classAbstractStrategyThe interface that defines how the cleanup job is invoked and created.classHourGlassThis class inserts the nodes for creating the random directories on the remote execution pools.classMinimalThis 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.classTentaclesThis Strategy instance places the create directory jobs at the top of the graph.
-