Uses of Package
gov.bnl.star.offline.scheduler

Packages that use gov.bnl.star.offline.scheduler
gov.bnl.star.offline.scheduler Core classes and interfaces that provide the skeleton components for scheduler. 
gov.bnl.star.offline.scheduler.Dispatchers Holds implemented dispatchers for batch systems and supporting classes. 
gov.bnl.star.offline.scheduler.Dispatchers.boss Allows the scheduler to dispatch jobs to the BOSS batch system. 
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.pbs Holds dispatcher for PDS batchsystem. 
gov.bnl.star.offline.scheduler.Dispatchers.sge Holds dispatcher for SGE batchsystem. 
gov.bnl.star.offline.scheduler.Dispatchers.xgrid Holds dispatcher for Mac O.S. 
gov.bnl.star.offline.scheduler.bnl Contains classes specific to the BNL deployment. 
gov.bnl.star.offline.scheduler.catalog Contains all the classes to execute the file catalog queries on various file catalog implementations. 
gov.bnl.star.offline.scheduler.initializer Contains the initializers developed for the Scheduler. 
gov.bnl.star.offline.scheduler.policy Contains all the policies being developed for the Scheduler. 
gov.bnl.star.offline.scheduler.policy.copyselector Contains all the copy selectors, that is the algorythms that select a copy of a file from the result of a query. 
gov.bnl.star.offline.scheduler.util Contains some utility calles to handle tasks in separate thread, environment variables and other miscellaneous functionalities. 
gov.bnl.star.offline.scheduler.util.sandbox Contains classes that define sub parts of an RDL request. 
 

Classes in gov.bnl.star.offline.scheduler used by gov.bnl.star.offline.scheduler
AccessMethod
          A configuration object used to combine (associate) the dispatcher with the queue under a gatekeeper.
BatchSystem
          Deprecated. This config object is no longer used
CatalogQuery
          Encapsulate a query to the file catalog.
ComponentLibrary
          The base class that encapsulates(points to) the configurations object.
Dispatcher
          Allows to dispatch a job to a remote machine and to retrieve it's output.
DispatcherChooser
          Deprecated. Replaced by GenericCompositeDispatcher
GateKeeperAccessPoint
          A configuration object used to describe how to access a site from a gatekeeper.
Job
          Describes one of the processes to be dispatched with the underlying scheduler.
JobInitializer
          Analizes a job requests.
LocalAccessPoint
          A configuration object used to describe how to access a batch system locally
OutputAction
          Description of what to do with the output.
Policy
          A policy to decide how and where a job should be dispatched.
Queue
          Description of a batch system queue.
SchedulerProperties
          Deprecated.  
Site
          This class defines a site used in the config.
 

Classes in gov.bnl.star.offline.scheduler used by gov.bnl.star.offline.scheduler.Dispatchers
Job
          Describes one of the processes to be dispatched with the underlying scheduler.
 

Classes in gov.bnl.star.offline.scheduler used by gov.bnl.star.offline.scheduler.Dispatchers.boss
Dispatcher
          Allows to dispatch a job to a remote machine and to retrieve it's output.
Job
          Describes one of the processes to be dispatched with the underlying scheduler.
Queue
          Description of a batch system queue.
 

Classes in gov.bnl.star.offline.scheduler used by gov.bnl.star.offline.scheduler.Dispatchers.condorg
Dispatcher
          Allows to dispatch a job to a remote machine and to retrieve it's output.
Job
          Describes one of the processes to be dispatched with the underlying scheduler.
Queue
          Description of a batch system queue.
 

Classes in gov.bnl.star.offline.scheduler used by gov.bnl.star.offline.scheduler.Dispatchers.local
Dispatcher
          Allows to dispatch a job to a remote machine and to retrieve it's output.
Job
          Describes one of the processes to be dispatched with the underlying scheduler.
Queue
          Description of a batch system queue.
 

Classes in gov.bnl.star.offline.scheduler used by gov.bnl.star.offline.scheduler.Dispatchers.lsf
Dispatcher
          Allows to dispatch a job to a remote machine and to retrieve it's output.
Job
          Describes one of the processes to be dispatched with the underlying scheduler.
Queue
          Description of a batch system queue.
 

Classes in gov.bnl.star.offline.scheduler used by gov.bnl.star.offline.scheduler.Dispatchers.pbs
Dispatcher
          Allows to dispatch a job to a remote machine and to retrieve it's output.
Job
          Describes one of the processes to be dispatched with the underlying scheduler.
Queue
          Description of a batch system queue.
 

Classes in gov.bnl.star.offline.scheduler used by gov.bnl.star.offline.scheduler.Dispatchers.sge
Dispatcher
          Allows to dispatch a job to a remote machine and to retrieve it's output.
Job
          Describes one of the processes to be dispatched with the underlying scheduler.
Queue
          Description of a batch system queue.
 

Classes in gov.bnl.star.offline.scheduler used by gov.bnl.star.offline.scheduler.Dispatchers.xgrid
Dispatcher
          Allows to dispatch a job to a remote machine and to retrieve it's output.
Job
          Describes one of the processes to be dispatched with the underlying scheduler.
Queue
          Description of a batch system queue.
 

Classes in gov.bnl.star.offline.scheduler used by gov.bnl.star.offline.scheduler.bnl
DispatcherChooser
          Deprecated. Replaced by GenericCompositeDispatcher
Job
          Describes one of the processes to be dispatched with the underlying scheduler.
 

Classes in gov.bnl.star.offline.scheduler used by gov.bnl.star.offline.scheduler.catalog
CatalogQuery
          Encapsulate a query to the file catalog.
 

Classes in gov.bnl.star.offline.scheduler used by gov.bnl.star.offline.scheduler.initializer
JobInitializer
          Analizes a job requests.
 

Classes in gov.bnl.star.offline.scheduler used by gov.bnl.star.offline.scheduler.policy
CatalogQuery
          Encapsulate a query to the file catalog.
Job
          Describes one of the processes to be dispatched with the underlying scheduler.
Policy
          A policy to decide how and where a job should be dispatched.
Queue
          Description of a batch system queue.
 

Classes in gov.bnl.star.offline.scheduler used by gov.bnl.star.offline.scheduler.policy.copyselector
CatalogQuery
          Encapsulate a query to the file catalog.
 

Classes in gov.bnl.star.offline.scheduler used by gov.bnl.star.offline.scheduler.util
GateKeeperAccessPoint
          A configuration object used to describe how to access a site from a gatekeeper.
Job
          Describes one of the processes to be dispatched with the underlying scheduler.
Queue
          Description of a batch system queue.
Site
          This class defines a site used in the config.
 

Classes in gov.bnl.star.offline.scheduler used by gov.bnl.star.offline.scheduler.util.sandbox
Job
          Describes one of the processes to be dispatched with the underlying scheduler.
 



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