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

Packages that use DispatcherChooser
gov.bnl.star.offline.scheduler Core classes and interfaces that provide the skeleton components for scheduler. 
gov.bnl.star.offline.scheduler.bnl Contains classes specific to the BNL deployment. 
 

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

Methods in gov.bnl.star.offline.scheduler that return DispatcherChooser
 DispatcherChooser CompositeDispatcher.getChooser()
          Deprecated. Getter for property chooser.
 

Methods in gov.bnl.star.offline.scheduler with parameters of type DispatcherChooser
 void CompositeDispatcher.setChooser(DispatcherChooser chooser)
          Deprecated. Setter for property chooser.
 

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

Classes in gov.bnl.star.offline.scheduler.bnl that implement DispatcherChooser
 class ClusterDispatcherChooser
          Deprecated. Replaced by GenericCompositeDispatcher Chooses the dispatcher by looking at the cluster. It simply returns the cluster name associated to the job.
 class SimpleDispatcherChooser
          DEPRECATED: use ClusterAssignmentByPercentagePolicy instead.
 



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