Package | Description |
---|---|
org.apache.oodt.cas.resource.batchmgr | |
org.apache.oodt.cas.resource.mux | |
org.apache.oodt.cas.resource.scheduler | |
org.apache.oodt.cas.resource.util |
Modifier and Type | Class and Description |
---|---|
class |
XmlRpcBatchMgr |
Modifier and Type | Method and Description |
---|---|
Batchmgr |
XmlRpcBatchMgrFactory.createBatchmgr() |
Batchmgr |
BatchmgrFactory.createBatchmgr() |
Modifier and Type | Class and Description |
---|---|
class |
QueueMuxBatchManager |
Modifier and Type | Method and Description |
---|---|
Batchmgr |
QueueMuxScheduler.getBatchmgr() |
Batchmgr |
StandardBackendManager.getBatchmgr(String queue)
Return batch manager for the given queue.
|
Batchmgr |
BackendManager.getBatchmgr(String queue)
Return batch manager for the given queue.
|
Modifier and Type | Method and Description |
---|---|
void |
StandardBackendManager.addSet(String queue,
Monitor monitor,
Batchmgr batchmgr,
Scheduler scheduler)
Add in a backend set to this manager.
|
void |
BackendManager.addSet(String queue,
Monitor monitor,
Batchmgr batchmgr,
Scheduler scheduler)
Add in a backend set to this manager.
|
Modifier and Type | Method and Description |
---|---|
Batchmgr |
Scheduler.getBatchmgr() |
Batchmgr |
LRUScheduler.getBatchmgr() |
Constructor and Description |
---|
LRUScheduler(Monitor m,
Batchmgr b,
JobQueue q,
LRUQueueManager qm) |
Modifier and Type | Method and Description |
---|---|
static Batchmgr |
GenericResourceManagerObjectFactory.getBatchmgrServiceFromFactory(String serviceFactory)
Creates a new Batchmgr implementation from a given String name of the
corresponding
BatchmgrFactory . |
Copyright © 1999–2017 Apache OODT. All rights reserved.