Uses of Class
gov.bnl.star.offline.scheduler.Dispatchers.DispatcherBase

Packages that use DispatcherBase
gov.bnl.star.offline.scheduler.Dispatchers.condorg Allows the scheduler to dispatch jobs to Condor directly or over the GRID using Condor-G. 
gov.bnl.star.offline.scheduler.Dispatchers.local Contains all the classes that enable the scheduler to dispatch jobs to the local node you are currently running on. 
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 DispatcherBase in gov.bnl.star.offline.scheduler.Dispatchers.condorg
 

Subclasses of DispatcherBase in gov.bnl.star.offline.scheduler.Dispatchers.condorg
 class CondorDispatcher
          Dispatches jobs using Condor-G on a remote site that uses LSF.
 class CondorGRSLDispatcher
          Dispatches jobs using Condor-G on a remote site that uses PBS.
 

Uses of DispatcherBase in gov.bnl.star.offline.scheduler.Dispatchers.local
 

Subclasses of DispatcherBase in gov.bnl.star.offline.scheduler.Dispatchers.local
 class LocalDispatcher
          A dispatcher for dispatching jobs to fork on the local node.
 

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

Subclasses of DispatcherBase in gov.bnl.star.offline.scheduler.Dispatchers.lsf
 class LSFDispatcher
          Dispatches a job using LSF.
 

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

Subclasses of DispatcherBase in gov.bnl.star.offline.scheduler.Dispatchers.sge
 class SGEDispatcher
          Dispatches a jobs using SGE.
 



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