Uses of Class
gov.bnl.star.offline.scheduler.Queue

Packages that use Queue
gov.bnl.star.offline.scheduler Core classes and interfaces that provide the skeleton components for scheduler. 
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.policy Contains all the policies being developed for the Scheduler. 
gov.bnl.star.offline.scheduler.util Contains some utility calles to handle tasks in separate thread, environment variables and other miscellaneous functionalities. 
 

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

Methods in gov.bnl.star.offline.scheduler that return Queue
 Queue Queues.getQueue(java.lang.String QueueID)
           
 Queue Job.getQueueObj()
           
 

Methods in gov.bnl.star.offline.scheduler with parameters of type Queue
 void BatchSystem.addQueue(Queue queue)
          Deprecated.  
 void AccessMethod.addQueue(Queue queue)
          Used to add all queues that can be acessed by this method.
 void Job.setQueueObj(Queue queue)
           
 boolean CompositeDispatcher.test(Queue queue)
          Deprecated.  
 boolean Dispatcher.test(Queue queue)
          Runs test(s) on underlying components to determine if submitting jobs should be attempted.
 boolean GenericCompositeDispatcher.test(Queue queue)
           
 

Uses of Queue in gov.bnl.star.offline.scheduler.Dispatchers.boss
 

Methods in gov.bnl.star.offline.scheduler.Dispatchers.boss with parameters of type Queue
 boolean BOSSDispatcher.test(Queue queue)
          Runs test(s) on underlying components to determine if submitting jobs should be attempted.
 

Uses of Queue in gov.bnl.star.offline.scheduler.Dispatchers.condorg
 

Methods in gov.bnl.star.offline.scheduler.Dispatchers.condorg with parameters of type Queue
 boolean CondorDispatcher.test(Queue queue)
          Runs test(s) on underlying components to determine if submitting jobs should be attempted.
 boolean CondorGRSLDispatcher.test(Queue queue)
          Runs test(s) on underlying components to determine if submitting jobs should be attempted.
 

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

Methods in gov.bnl.star.offline.scheduler.Dispatchers.local with parameters of type Queue
 boolean LocalDispatcher.test(Queue queue)
          Runs test(s) on underlying components to determine if submitting jobs should be attempted.
 

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

Methods in gov.bnl.star.offline.scheduler.Dispatchers.lsf with parameters of type Queue
 boolean LSFDispatcher.test(Queue queue)
          Test the queue get an indication if job can be submitted successfully to the queue.
 

Uses of Queue in gov.bnl.star.offline.scheduler.Dispatchers.pbs
 

Methods in gov.bnl.star.offline.scheduler.Dispatchers.pbs with parameters of type Queue
 boolean PBSDispatcher.test(Queue queue)
          Runs test(s) on underlying components to determine if submitting jobs should be attempted.
 

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

Methods in gov.bnl.star.offline.scheduler.Dispatchers.sge with parameters of type Queue
 boolean SGEDispatcher.test(Queue queue)
          Runs test(s) on underlying components to determine if submitting jobs should be attempted.
 

Uses of Queue in gov.bnl.star.offline.scheduler.Dispatchers.xgrid
 

Methods in gov.bnl.star.offline.scheduler.Dispatchers.xgrid with parameters of type Queue
 boolean XgridDispatcher.test(Queue queue)
           
 

Uses of Queue in gov.bnl.star.offline.scheduler.policy
 

Methods in gov.bnl.star.offline.scheduler.policy with parameters of type Queue
 void PassivePolicy.addQueue(Queue queue)
           
static void PassivePolicy.assignQueue(Queue queue, Job job)
          This member associates the job to the queue.
 int AssignmentByQueueMonitorPolicy.QueueLoad(Queue queue)
           
 

Uses of Queue in gov.bnl.star.offline.scheduler.util
 

Methods in gov.bnl.star.offline.scheduler.util with parameters of type Queue
 boolean ConfigToolkit.isLocalQueue(Queue queue)
          Test if a queue is local to the site.
 



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