|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Object | +--Sequence
Each task has a unique taskId, or task sequence number.
| Field Summary | |
long |
depth
The depth of the task in the task graph |
long |
jobId
The Id of the job |
long |
position
Position is the child Id in the task graph, and therefore can take values for 0 up to (range-1) |
long |
range
Each task can spawn (create) up to a maximum number of new tasks, that is declared through the value of this field. |
| Constructor Summary | |
Sequence(long jobId)
Use this constructor when you want to create a new Sequence object. |
|
Sequence(Sequence copySequence)
|
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public long depth
public long jobId
public long position
public long range
| Constructor Detail |
public Sequence(Sequence copySequence)
public Sequence(long jobId)
|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||