Uses of Class
org.objectweb.proactive.scheduler.policy.AbstractPolicy

Packages that use AbstractPolicy
org.objectweb.proactive.scheduler.policy   
 

Uses of AbstractPolicy in org.objectweb.proactive.scheduler.policy
 

Subclasses of AbstractPolicy in org.objectweb.proactive.scheduler.policy
 class FIFOPolicy
          FIFO Policy is a policy where the jobs are served by the order of their submission to the scheduler.
 class 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
 class SpacePolicy
          Space policy is a policy where the jobs that need the minimum of ressources are served first.
 class TimePolicy
          Time policy is a policy where the quickest job is served first.
 



Copyright 2001-2007 INRIA All Rights Reserved.