Interface | Description |
---|---|
Implementation |
The interface that defines how the create dir job is created.
|
Strategy |
The interface that defines how the cleanup job is invoked and created.
|
Class | Description |
---|---|
AbstractStrategy |
The interface that defines how the cleanup job is invoked and created.
|
DefaultImplementation |
The default implementation for creating create dir jobs.
|
HourGlass |
This class inserts the nodes for creating the random directories on the remote
execution pools.
|
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.
|
Tentacles |
This Strategy instance places the create directory jobs at the top of the graph.
|