| Package | Description | 
|---|---|
| org.apache.oodt.cas.resource.jobqueue | |
| org.apache.oodt.cas.resource.mux | |
| org.apache.oodt.cas.resource.scheduler | |
| org.apache.oodt.cas.resource.util | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | MappedJobQueueThe interface for a  JobQueuethat is aware of the different queues in
 the ResourceManager and allows for the manipulation of jobs on a
 queue-by-queue basis. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | FifoMappedJobQueueThis implementation provides a "queue-aware"  JobQueuethat ensures
 the FIFO execution of jobs. | 
| class  | JobStack | 
| Modifier and Type | Method and Description | 
|---|---|
| JobQueue | JobStackJobQueueFactory. createQueue() | 
| JobQueue | JobQueueFactory. createQueue()Creates new  JobQueueimplementations. | 
| JobQueue | FifoMappedJobQueueFactory. createQueue() | 
| Modifier and Type | Method and Description | 
|---|---|
| JobQueue | QueueMuxScheduler. getJobQueue() | 
| Constructor and Description | 
|---|
| QueueMuxScheduler(BackendManager backend,
                 QueueManager qm,
                 JobQueue jq)ctor | 
| Modifier and Type | Method and Description | 
|---|---|
| JobQueue | Scheduler. getJobQueue() | 
| JobQueue | LRUScheduler. getJobQueue() | 
| Constructor and Description | 
|---|
| LRUScheduler(Monitor m,
            Batchmgr b,
            JobQueue q,
            LRUQueueManager qm) | 
| Modifier and Type | Method and Description | 
|---|---|
| static JobQueue | GenericResourceManagerObjectFactory. getJobQueueServiceFromFactory(String serviceFactory)Creates a new  JobQueueimplementation from the givenJobQueueFactoryclass name. | 
Copyright © 1999–2017 Apache OODT. All rights reserved.