Uses of Interface
gov.bnl.star.offline.scheduler.Dispatchers.AbstractResourceStrategy

Packages that use AbstractResourceStrategy
gov.bnl.star.offline.scheduler.Dispatchers Holds implemented dispatchers for batch systems and supporting classes. 
gov.bnl.star.offline.scheduler.Dispatchers.lsf Contains all the classes that enable the scheduler to dispatch jobs to LSF. 
gov.bnl.star.offline.scheduler.Dispatchers.sge Holds dispatcher for SGE batchsystem. 
 

Uses of AbstractResourceStrategy in gov.bnl.star.offline.scheduler.Dispatchers
 

Classes in gov.bnl.star.offline.scheduler.Dispatchers that implement AbstractResourceStrategy
 class RegXResourceStrategy
          Used to build resource requirement strings defined by regular expressions to be used in dispatch commands.
 

Uses of AbstractResourceStrategy in gov.bnl.star.offline.scheduler.Dispatchers.lsf
 

Classes in gov.bnl.star.offline.scheduler.Dispatchers.lsf that implement AbstractResourceStrategy
 class LSFResourceStrategy
          Encapsulate the resource usage parameter (-R) for an LSF farm.
 

Methods in gov.bnl.star.offline.scheduler.Dispatchers.lsf with parameters of type AbstractResourceStrategy
 void LSFDispatcher.addResourceStrategy(AbstractResourceStrategy resourceStrategy)
           
 void LSFDispatcher.setResourceStrategy(AbstractResourceStrategy resourceStrategy)
          This function is deprecated but still exists to be backwards compatible with older configuration files.
 

Uses of AbstractResourceStrategy in gov.bnl.star.offline.scheduler.Dispatchers.sge
 

Methods in gov.bnl.star.offline.scheduler.Dispatchers.sge with parameters of type AbstractResourceStrategy
 void SGEDispatcher.addResourceStrategy(AbstractResourceStrategy resourceStrategy)
           
 



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