Package | Description |
---|---|
org.apache.oodt.cas.resource.jobqueue | |
org.apache.oodt.cas.resource.system |
Modifier and Type | Method and Description |
---|---|
String |
MappedJobQueue.addJob(JobSpec spec) |
String |
JobStack.addJob(JobSpec spec) |
String |
JobQueue.addJob(JobSpec spec)
Persists a
JobSpec to the queue. |
String |
FifoMappedJobQueue.addJob(JobSpec spec) |
void |
MappedJobQueue.addQueue(String queueName)
Add a queue with the given name.
|
void |
FifoMappedJobQueue.addQueue(String queueName) |
JobSpec |
MappedJobQueue.getNextJob(String queueName)
Gets the next
JobSpec in the queue with the given name. |
JobSpec |
FifoMappedJobQueue.getNextJob(String queueName) |
List<JobSpec> |
MappedJobQueue.getQueuedJobs(String queueName)
Gets a list of all queued jobs that belong to the queue with the given
name.
|
List<JobSpec> |
FifoMappedJobQueue.getQueuedJobs(String queueName) |
int |
MappedJobQueue.getSize(String queueName)
Gets the number of jobs in the queue with the given name.
|
int |
FifoMappedJobQueue.getSize(String queueName) |
boolean |
MappedJobQueue.isEmpty(String queueName)
Returns a boolean value representing whether or not the job queue contains
jobs in the given queue.
|
boolean |
FifoMappedJobQueue.isEmpty(String queueName) |
void |
MappedJobQueue.promoteJob(JobSpec spec) |
void |
FifoMappedJobQueue.promoteJob(JobSpec spec) |
void |
MappedJobQueue.promoteKeyValPair(String key,
String val) |
void |
FifoMappedJobQueue.promoteKeyValPair(String key,
String val) |
void |
MappedJobQueue.removeJob(JobSpec spec)
Removes the
JobSpec with the given ID from the queue. |
void |
FifoMappedJobQueue.removeJob(JobSpec spec) |
void |
MappedJobQueue.removeQueue(String queueName)
Remove the queue with the given name.
|
void |
FifoMappedJobQueue.removeQueue(String queueName) |
String |
MappedJobQueue.requeueJob(JobSpec spec) |
String |
JobStack.requeueJob(JobSpec spec) |
String |
JobQueue.requeueJob(JobSpec spec)
Re-adds a
JobSpec to the back of the queue. |
String |
FifoMappedJobQueue.requeueJob(JobSpec spec) |
Modifier and Type | Method and Description |
---|---|
List |
XmlRpcResourceManagerClient.getQueuedJobs() |
Copyright © 1999–2017 Apache OODT. All rights reserved.