Interface Strategy
-
- All Known Implementing Classes:
AbstractStrategy,HourGlass,Minimal,Tentacles
public interface StrategyThe interface that defines how the cleanup job is invoked and created.- Version:
- $Revision$
- Author:
- Karan Vahi
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringVERSIONThe version number associated with this API Cleanup Strategy.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ADagaddCreateDirectoryNodes(ADag dag)Modifies the workflow to add create directory nodes.voidinitialize(PegasusBag bag, Implementation impl)Intializes the class.
-
-
-
Field Detail
-
VERSION
static final java.lang.String VERSION
The version number associated with this API Cleanup Strategy.- See Also:
- Constant Field Values
-
-
Method Detail
-
initialize
void initialize(PegasusBag bag, Implementation impl)
Intializes the class.- Parameters:
bag- bag of initialization objectsimpl- the implementation instance that creates create dir job
-
-