Uses of Interface
edu.isi.pegasus.planner.selector.SiteSelector
-
Packages that use SiteSelector Package Description edu.isi.pegasus.planner.refiner edu.isi.pegasus.planner.selector.site -
-
Uses of SiteSelector in edu.isi.pegasus.planner.refiner
Fields in edu.isi.pegasus.planner.refiner declared as SiteSelector Modifier and Type Field Description private SiteSelectorInterPoolEngine. mSiteSelectorHandle to the site selector. -
Uses of SiteSelector in edu.isi.pegasus.planner.selector.site
Classes in edu.isi.pegasus.planner.selector.site that implement SiteSelector Modifier and Type Class Description classAbstractThe Abstract Site selector.classAbstractPerJobThe base class for the site selectors that want to map one job at a time.classGroupA 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.classHeftThe HEFT based site selector.classNonJavaCalloutThis is the class that implements a call-out to a site selector which is an application or executable script.classRandomA random site selector that maps to a job to a random pool, amongst the subset of pools where that particular job can be executed.classRoundRobinThis ends up scheduling the jobs in a round robin manner.Methods in edu.isi.pegasus.planner.selector.site that return SiteSelector Modifier and Type Method Description static SiteSelectorSiteSelectorFactory. loadInstance(PegasusBag bag)Loads the implementing class corresponding to the mode specified by the user at runtime in the properties file.
-