Uses of Interface
gov.bnl.star.offline.scheduler.Policy

Packages that use Policy
gov.bnl.star.offline.scheduler Core classes and interfaces that provide the skeleton components for scheduler. 
gov.bnl.star.offline.scheduler.policy Contains all the policies being developed for the Scheduler. 
 

Uses of Policy in gov.bnl.star.offline.scheduler
 

Methods in gov.bnl.star.offline.scheduler that return Policy
 Policy Site.getDefaultPolic()
           
 Policy ComponentLibrary.getPolicy()
           
 Policy ComponentLibrary.getPolicy(java.lang.String policyName)
           
 

Methods in gov.bnl.star.offline.scheduler with parameters of type Policy
 void Site.setDefaultPolicy(Policy defaultPolicy)
           
 

Constructors in gov.bnl.star.offline.scheduler with parameters of type Policy
Scheduler(JobInitializer initializer, Policy policy, Dispatcher dispatcher)
          Creates a new scheduler, putting together an initalizer, a policy and a dispatcher.
 

Uses of Policy in gov.bnl.star.offline.scheduler.policy
 

Classes in gov.bnl.star.offline.scheduler.policy that implement Policy
 class AssignmentByQueueMonitorPolicy
          This policy takes the assignment from another policy, and assigns a queue depending on the result of the monitoring information.
 class ClusterAssignmentByMonitorPolicy
          This policy takes the assignment from another policy, and assigns clusters depending on the result of the monitoring information.
 class ClusterAssignmentByPercentagePolicy
          This policy takes the assignment from another policy, and decides to which cluster to assign them according to the percentage.
 class DynamicConfigPolicy
           
 class PassivePolicy
          Decides how to split the job without triggering any resource redistribution.
 class ResonanceGroupPolicy
           
 class SiteForwardPolicy
          This policy prepares a star-submit job to be forwarded on a local cluster through the globus gatekeeper specified in the process target.
 

Methods in gov.bnl.star.offline.scheduler.policy that return Policy
 Policy ClusterAssignmentByMonitorPolicy.getPolicy()
          Getter for property policy.
 Policy ClusterAssignmentByPercentagePolicy.getPolicy()
          Getter for property policy.
 

Methods in gov.bnl.star.offline.scheduler.policy with parameters of type Policy
 void ClusterAssignmentByMonitorPolicy.setPolicy(Policy policy)
          Setter for property policy.
 void ClusterAssignmentByPercentagePolicy.setPolicy(Policy policy)
          Setter for property policy.
 



Copyright © 2002-2004 STAR collaboration - Brookhaven National Laboratory. All Rights Reserved.