| Modifier and Type | Method and Description |
|---|---|
void |
XmlRpcBatchMgr.setMonitor(Monitor monitor) |
void |
Batchmgr.setMonitor(Monitor monitor)
Sets the
Monitor to be used by this Batchmgr. |
| Modifier and Type | Class and Description |
|---|---|
class |
AssignmentMonitor |
| Modifier and Type | Method and Description |
|---|---|
Monitor |
MonitorFactory.createMonitor() |
| Modifier and Type | Class and Description |
|---|---|
class |
GangliaResourceMonitor |
| Modifier and Type | Method and Description |
|---|---|
Monitor |
GangliaResourceMonitorFactory.createMonitor() |
| Modifier and Type | Class and Description |
|---|---|
class |
QueueMuxMonitor |
| Modifier and Type | Method and Description |
|---|---|
Monitor |
QueueMuxScheduler.getMonitor() |
Monitor |
StandardBackendManager.getMonitor(String queue)
Return monitor for the given queue.
|
Monitor |
BackendManager.getMonitor(String queue)
Return monitor for the given queue.
|
| Modifier and Type | Method and Description |
|---|---|
List<Monitor> |
StandardBackendManager.getMonitors()
Return a list of all monitors.
|
List<Monitor> |
BackendManager.getMonitors()
Return a list of all monitors.
|
| 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.
|
void |
QueueMuxBatchManager.setMonitor(Monitor monitor) |
| Modifier and Type | Method and Description |
|---|---|
Monitor |
Scheduler.getMonitor() |
Monitor |
LRUScheduler.getMonitor() |
| Constructor and Description |
|---|
LRUScheduler(Monitor m,
Batchmgr b,
JobQueue q,
LRUQueueManager qm) |
| Modifier and Type | Method and Description |
|---|---|
static Monitor |
GenericResourceManagerObjectFactory.getMonitorServiceFromFactory(String serviceFactory)
Creates a new
Monitor implementation from the given String name of
the MonitorFactory. |
Copyright © 1999–2017 Apache OODT. All rights reserved.