Uses of Class
edu.isi.pegasus.planner.selector.site.AbstractPerJob
-
Packages that use AbstractPerJob Package Description edu.isi.pegasus.planner.selector.site -
-
Uses of AbstractPerJob in edu.isi.pegasus.planner.selector.site
Subclasses of AbstractPerJob in edu.isi.pegasus.planner.selector.site Modifier and Type Class Description 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.Fields in edu.isi.pegasus.planner.selector.site declared as AbstractPerJob Modifier and Type Field Description private AbstractPerJob
Group. mSelector
The handle to the internal site selector that is used to schedule jobs amongst the groups.
-