Package | Description |
---|---|
edu.isi.pegasus.planner.dax |
Modifier and Type | Field and Description |
---|---|
private List<Job> |
ADAG.mLJobs |
Modifier and Type | Method and Description |
---|---|
Job |
ADAG.getJob(String jobid)
Returns a Job object with id jobid if present otherwise null.
|
Modifier and Type | Method and Description |
---|---|
List<Job> |
ADAG.getJobs()
Get a list of all the DAG jobs.
|
Modifier and Type | Method and Description |
---|---|
ADAG |
ADAG.addJob(Job job)
Add Job to the DAX
|
boolean |
ADAG.containsJob(Job job)
Check if a job exists in the DAX
|
Modifier and Type | Method and Description |
---|---|
ADAG |
ADAG.addJobs(List<Job> jobs)
Add multiple Jobs to the DAX
|
Constructor and Description |
---|
Job(Job j) |