Class Summary |
AbstractPolicy |
This is an abstract class that contains all the essential tools for the job
managers to run. |
FIFOPolicy |
FIFO Policy is a policy where the jobs are served by the order of their
submission to the scheduler. |
MixedPolicy |
This is the mixed policy class that takes, while instanciating, the policy names and
creates a vector of the policies for the only purpose of using its comparor |
SpacePolicy |
Space policy is a policy where the jobs that need the minimum of ressources
are served first. |
TimePolicy |
Time policy is a policy where the quickest job is served first. |