Package gov.bnl.star.offline.scheduler.policy

Contains all the policies being developed for the Scheduler.

See:
          Description

Interface Summary
AssignmentStrategy Given the query result and the filelist, the AssignmentStrategy assign the copies of the files to the different targets (single nodes, or groups).
 

Class Summary
AssignmentByQueueMonitorPolicy This policy takes the assignment from another policy, and assigns a queue depending on the result of the monitoring information.
AssignmentStrategyFactory Decides which strategy is to be used to assign the query results to the different targets (nodes or group of nodes).
ClusterAssignmentByMonitorPolicy This policy takes the assignment from another policy, and assigns clusters depending on the result of the monitoring information.
ClusterAssignmentByPercentagePolicy This policy takes the assignment from another policy, and decides to which cluster to assign them according to the percentage.
DynamicConfigPolicy  
FileAssignment  
ListMap  
Location A Location is where a file can be: a node, a group of node or the NFS.
PassivePolicy Decides how to split the job without triggering any resource redistribution.
QueryResultToolkit  
ResonanceGroupPolicy  
SelectorAssignmentStrategy  
SiteForwardPolicy This policy prepares a star-submit job to be forwarded on a local cluster through the globus gatekeeper specified in the process target.
 

Package gov.bnl.star.offline.scheduler.policy Description

Contains all the policies being developed for the Scheduler. Currently, two policies are available.

The PassivePolicy, to be used at a local farm level with a static population of local and network disks.

The SiteForwardPolicy that resubmits the scheduler job to a local farm, by specifying the globus job manager.



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