|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JobDescription | |
|---|---|
| org.gridlab.gat.resources | This package contains the classes and interfaces which are used for using resources, be they hardware or software resources. |
| Uses of JobDescription in org.gridlab.gat.resources |
|---|
| Subclasses of JobDescription in org.gridlab.gat.resources | |
|---|---|
class |
WrapperJobDescription
|
| Methods in org.gridlab.gat.resources that return JobDescription | |
|---|---|
JobDescription |
OrderedCoScheduleJobDescription.JobLink.getFirstJob()
|
JobDescription |
WrapperJobDescription.WrappedJobInfo.getJobDescription()
Returns the JobDescription belonging to this wrapped
Job. |
JobDescription |
OrderedCoScheduleJobDescription.JobLink.getSecondJob()
|
| Methods in org.gridlab.gat.resources that return types with arguments of type JobDescription | |
|---|---|
List<JobDescription> |
CoScheduleJobDescription.getJobDescriptions()
Returns the set of JobDescriptions that will be included in the
coscheduling. |
| Methods in org.gridlab.gat.resources with parameters of type JobDescription | |
|---|---|
void |
CoScheduleJobDescription.add(JobDescription jobDescription)
Adds a single JobDescription to the set of JobDescriptions
that will be included in the coscheduling. |
void |
CoScheduleJobDescription.add(JobDescription[] jobDescriptions)
Adds a set of JobDescriptions to the set of
JobDescriptions that will be included in the coscheduling. |
void |
WrapperJobDescription.add(JobDescription[] jobDescriptions,
URI brokerURI,
Preferences preferences)
Add JobDescriptions for a wrapped Job that should be
submitted to a resource broker located at the given URI with the
set of Preferences. |
void |
WrapperJobDescription.add(JobDescription jobDescription,
URI brokerURI,
Preferences preferences)
Add a JobDescription for a wrapped Job that should be
submitted to a resource broker located at the given URI with the
set of Preferences. |
void |
OrderedCoScheduleJobDescription.addLink(JobDescription firstjob,
JobDescription nextjob)
Add a link between 2 Jobs represented by there JobDescription. |
Job |
CoScheduleJob.getJob(JobDescription description)
Returns a Job corresponding to the JobDescription. |
Job |
WrapperJob.getJob(JobDescription description)
Returns a Job corresponding to the JobDescription. |
URI |
WrapperJobDescription.getJobStateFileName(JobDescription description)
Returns the filename of the file that's used to forward the Job.JobState of the wrapped Job belonging to this
JobDescription. |
| Constructors in org.gridlab.gat.resources with parameters of type 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. |
|
OrderedCoScheduleJobDescription.JobLink(JobDescription jd1,
JobDescription jd2)
|
|
OrderedCoScheduleJobDescription(JobDescription[] jobDescriptions)
|
|
WrapperJobDescription.WrappedJobInfo(JobDescription jobDescription,
URI brokerURI,
Preferences preferences,
int wrappedJobIndex,
int wrapperJobIndex)
Creates a WrapperJobDescription.WrappedJobInfo. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||