|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gridlab.gat.resources.AbstractJobDescription
org.gridlab.gat.resources.CoScheduleJobDescription
public class CoScheduleJobDescription
An instance of this class describes an coschedule job to be run.
A coschedule job consists of multiple jobs that should be started together.
Some adaptors, like the Koala adaptor, can handle
CoScheduleJobDescriptions.
| Constructor Summary | |
|---|---|
CoScheduleJobDescription()
Creates a CoScheduleJobDescription without JobDescription |
|
CoScheduleJobDescription(JobDescription jobDescription)
Creates a CoScheduleJobDescription with one
JobDescription of a job that will be included in the
coscheduling. |
|
CoScheduleJobDescription(JobDescription[] jobDescriptions)
Creates a CoScheduleJobDescription with a set of
JobDescriptions of a jobs that will be included in the
coscheduling. |
|
| Method Summary | |
|---|---|
void |
add(JobDescription jobDescription)
Adds a single JobDescription to the set of JobDescriptions
that will be included in the coscheduling. |
void |
add(JobDescription[] jobDescriptions)
Adds a set of JobDescriptions to the set of
JobDescriptions that will be included in the coscheduling. |
List<JobDescription> |
getJobDescriptions()
Returns the set of JobDescriptions that will be included in the
coscheduling. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CoScheduleJobDescription()
CoScheduleJobDescription without JobDescription
public CoScheduleJobDescription(JobDescription jobDescription)
CoScheduleJobDescription with one
JobDescription of a job that will be included in the
coscheduling.
jobDescription - the description of the job that will be included in the
coscheduling.public CoScheduleJobDescription(JobDescription[] jobDescriptions)
CoScheduleJobDescription with a set of
JobDescriptions of a jobs that will be included in the
coscheduling.
jobDescriptions - the descriptions of the jobs that will be included in the
coscheduling.| Method Detail |
|---|
public void add(JobDescription jobDescription)
JobDescription to the set of JobDescriptions
that will be included in the coscheduling.
jobDescription - the JobDescription to be included in the
coschedulingpublic void add(JobDescription[] jobDescriptions)
JobDescriptions to the set of
JobDescriptions that will be included in the coscheduling.
jobDescriptions - the JobDescriptions to be included in the
coschedulingpublic List<JobDescription> getJobDescriptions()
JobDescriptions that will be included in the
coscheduling.
JobDescriptions that will be included in the
coscheduling.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||