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 |
MappedJobQueue
The interface for a
JobQueue that 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 |
FifoMappedJobQueue
This implementation provides a "queue-aware"
JobQueue that ensures
the FIFO execution of jobs. |
class |
JobStack |
Modifier and Type | Method and Description |
---|---|
JobQueue |
JobStackJobQueueFactory.createQueue() |
JobQueue |
JobQueueFactory.createQueue()
Creates new
JobQueue implementations. |
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
JobQueue implementation from the given
JobQueueFactory class name. |
Copyright © 1999–2017 Apache OODT. All rights reserved.