|
GridSim 5.0 beta | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectWorkloadJob
public class WorkloadJob
This class represents job read from a a workload trace file.
| Constructor Summary | |
|---|---|
WorkloadJob(Gridlet gl,
long subTime)
Creates a new object. |
|
| Method Summary | |
|---|---|
Gridlet |
getGridlet()
Returns the job loaded from the file. |
long |
getSubmissionTime()
Returns the time at which the job should be submitted |
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WorkloadJob(Gridlet gl,
long subTime)
gl - the job loaded from the file.subTime - the time at which the job should be submitted| Method Detail |
|---|
public Gridlet getGridlet()
public long getSubmissionTime()
|
GridSim 5.0 beta | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||