public interface SiteSelector
| Modifier and Type | Field and Description |
|---|---|
static String |
SITE_NOT_FOUND
The value for the pool handle, when the pool is not found.
|
static String |
VERSION
The version of the API of the Site Selector.
|
| Modifier and Type | Method and Description |
|---|---|
String |
description()
This method returns a String describing the site selection technique
that is being implemented by the implementing class.
|
void |
initialize(edu.isi.pegasus.planner.classes.PegasusBag bag)
Initializes the site selector.
|
void |
mapWorkflow(edu.isi.pegasus.planner.classes.ADag workflow,
List sites)
Maps the jobs in the workflow to the various grid sites.
|
static final String VERSION
static final String SITE_NOT_FOUND
void initialize(edu.isi.pegasus.planner.classes.PegasusBag bag)
bag - the bag of objects that is useful for initialization.void mapWorkflow(edu.isi.pegasus.planner.classes.ADag workflow,
List sites)
workflow - the workflow.sites - the list of String objects representing the
execution sites that can be used.String description()