| Package | Description | 
|---|---|
| org.apache.oodt.cas.resource.jobqueue | |
| org.apache.oodt.cas.resource.jobrepo | |
| org.apache.oodt.cas.resource.system | 
| Modifier and Type | Method and Description | 
|---|---|
| JobSpec | MappedJobQueue. getNextJob(String queueName)Gets the next  JobSpecin 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) | 
| void | MappedJobQueue. promoteKeyValPair(String key,
                 String val) | 
| void | FifoMappedJobQueue. promoteKeyValPair(String key,
                 String val) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | XStreamJobRepository. addJob(JobSpec spec) | 
| String | MemoryJobRepository. addJob(JobSpec spec) | 
| String | JobRepository. addJob(JobSpec spec) | 
| JobSpec | XStreamJobRepository. getJobById(String jobId) | 
| JobSpec | MemoryJobRepository. getJobById(String jobId) | 
| JobSpec | JobRepository. getJobById(String jobId) | 
| String | XStreamJobRepository. getStatus(JobSpec spec) | 
| String | MemoryJobRepository. getStatus(JobSpec spec) | 
| String | JobRepository. getStatus(JobSpec spec) | 
| boolean | XStreamJobRepository. jobFinished(JobSpec spec) | 
| boolean | MemoryJobRepository. jobFinished(JobSpec spec) | 
| boolean | JobRepository. jobFinished(JobSpec spec) | 
| void | XStreamJobRepository. removeJob(JobSpec spec) | 
| void | MemoryJobRepository. removeJob(JobSpec spec) | 
| void | JobRepository. removeJob(JobSpec spec) | 
| void | XStreamJobRepository. updateJob(JobSpec spec) | 
| void | MemoryJobRepository. updateJob(JobSpec spec) | 
| void | JobRepository. updateJob(JobSpec spec) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | XmlRpcResourceManagerClient. getExecReport() | 
| String | XmlRpcResourceManager. getExecutionReport() | 
| Job | XmlRpcResourceManagerClient. getJobInfo(String jobId) | 
| Map | XmlRpcResourceManager. getJobInfo(String jobId) | 
| int | XmlRpcResourceManagerClient. getJobQueueCapacity()Gets the max number of Jobs allowed in JobQueue | 
| int | XmlRpcResourceManager. getJobQueueCapacity()Gets the max number of Jobs allowed in JobQueue | 
| int | XmlRpcResourceManagerClient. getJobQueueSize()Gets the number of Jobs in JobQueue | 
| int | XmlRpcResourceManager. getJobQueueSize()Gets the number of Jobs in JobQueue | 
| boolean | XmlRpcResourceManagerClient. isJobComplete(String jobId) | 
| boolean | XmlRpcResourceManager. isJobComplete(String jobId) | 
Copyright © 1999–2017 Apache OODT. All rights reserved.