Package | Description |
---|---|
edu.isi.pegasus.planner.selector |
Provides the interface and call-out to the site selector mechanism.
|
edu.isi.pegasus.planner.selector.transformation |
Modifier and Type | Method and Description |
---|---|
static TransformationSelector |
TransformationSelector.loadTXSelector(java.lang.String className)
Loads the implementing class corresponding to the mode specified by the
user at runtime in the properties file.
|
Modifier and Type | Class and Description |
---|---|
class |
Installed
This implementation of the Selector returns a list of TransformationCatalogEntry objects of type INSTALLED y on the submit site.
|
class |
Random
This implemenation of the TCSelector selects a random
TransformationCatalogEntry from a List of entries.
|
class |
RoundRobin
This implementation of the Selector select a transformation from a list in a round robin fashion.
|
class |
Staged
This implementation of the Selector select a transformation of type STAGEABLE on all sites.
|
class |
Submit
This implementation of the Selector select a transformation of type STAGEABLE and only on the submit site.
|