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 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.Fields in edu.isi.pegasus.planner.selector.site declared as AbstractPerJob Modifier and Type Field Description private AbstractPerJobGroup. mSelectorThe handle to the internal site selector that is used to schedule jobs amongst the groups.
-