org.griphyn.cPlanner.selector.site |
|
Java Source File Name | Type | Comment |
Abstract.java | Class | The Abstract Site selector.
author: Karan Vahi author: Jens-S. |
AbstractPerJob.java | Class | The base class for the site selectors that want to map one job at a time. |
Group.java | Class | 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. |
Heft.java | Class | The HEFT based site selector. |
NonJavaCallout.java | Class | This is the class that implements a call-out to a site selector which
is an application or executable script. |
Random.java | Class | 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. |
RoundRobin.java | Class | This ends up scheduling the jobs in a round robin manner. |
SiteSelectorFactory.java | Class | A factory class to load the appropriate type of Site Selector, as
specified by the user at runtime in properties. |
SiteSelectorFactoryException.java | Class | Class to notify of failures while instantiating SiteSelector implementations. |