Package | Description |
---|---|
edu.isi.pegasus.planner.selector.site |
Modifier and Type | Class and Description |
---|---|
class |
Abstract
The Abstract Site selector.
|
class |
AbstractPerJob
The base class for the site selectors that want to map one job at a time.
|
class |
Group
A site selector than ends up doing grouping jobs together on the basis of
an identifier specifed in the dax for the jobs, and schedules them on to the
same site.
|
class |
Heft
The HEFT based site selector.
|
class |
NonJavaCallout
This is the class that implements a call-out to a site selector which
is an application or executable script.
|
class |
Random
A random site selector that maps to a job to a random pool, amongst the subset
of pools where that particular job can be executed.
|
class |
RoundRobin
This ends up scheduling the jobs in a round robin manner.
|
Modifier and Type | Method and Description |
---|---|
static SiteSelector |
SiteSelectorFactory.loadInstance(edu.isi.pegasus.planner.classes.PegasusBag bag)
Loads the implementing class corresponding to the mode specified by the user
at runtime in the properties file.
|