Package | Description |
---|---|
org.apache.oodt.cas.resource.mux | |
org.apache.oodt.cas.resource.scheduler | |
org.apache.oodt.cas.resource.system |
Modifier and Type | Method and Description |
---|---|
Batchmgr |
StandardBackendManager.getBatchmgr(String queue)
Return batch manager for the given queue.
|
Batchmgr |
BackendManager.getBatchmgr(String queue)
Return batch manager for the given queue.
|
Monitor |
StandardBackendManager.getMonitor(String queue)
Return monitor for the given queue.
|
Monitor |
BackendManager.getMonitor(String queue)
Return monitor for the given queue.
|
Scheduler |
StandardBackendManager.getScheduler(String queue)
Return scheduler for the given queue.
|
Scheduler |
BackendManager.getScheduler(String queue)
Return scheduler for the given queue.
|
Modifier and Type | Method and Description |
---|---|
void |
QueueManager.addNodeToQueue(String nodeId,
String queueName) |
List<String> |
QueueManager.getNodes(String queueName) |
void |
QueueManager.removeNodeFromQueue(String nodeId,
String queueName) |
Constructor and Description |
---|
LRUQueueManager(QueueManager queueManager) |
Modifier and Type | Method and Description |
---|---|
void |
XmlRpcResourceManagerClient.addNodeToQueue(String nodeId,
String queueName)
Addes the node with given id to the queue with the given name
|
boolean |
XmlRpcResourceManager.addNodeToQueue(String nodeId,
String queueName) |
void |
XmlRpcResourceManagerClient.addQueue(String queueName)
Creates a queue with the given name
|
List<String> |
XmlRpcResourceManagerClient.getNodesInQueue(String queueName)
Gets a list of ids of the nodes in the given queue
|
List<String> |
XmlRpcResourceManager.getNodesInQueue(String queueName) |
List<String> |
XmlRpcResourceManagerClient.getQueues()
Gets a list of currently supported queue names
|
List<String> |
XmlRpcResourceManagerClient.getQueuesWithNode(String nodeId)
Gets a list of queues which contain the node with the given nodeId
|
void |
XmlRpcResourceManagerClient.removeNodeFromQueue(String nodeId,
String queueName)
Remove the node with the given id from the queue with the given name
|
boolean |
XmlRpcResourceManager.removeNodeFromQueue(String nodeId,
String queueName) |
void |
XmlRpcResourceManagerClient.removeQueue(String queueName)
Removes the queue with the given name
|
Copyright © 1999–2017 Apache OODT. All rights reserved.