TaskDescription is a metadata of a single task with the following properties:
-
Task index (within the TaskSet)
The name of the task is of the format:
task [taskID] in stage [taskSetID]TaskDescription is created when:
-
TaskSetManageris requested to find a task ready for execution (given a resource offer) -
TaskDescriptionis requested to decode (aTaskDescriptionfrom a serialized format as aByteBuffer)
The textual representation of a TaskDescription is as follows:
TaskDescription(TID=[taskId], index=[index])decode(byteBuffer: ByteBuffer): TaskDescriptiondecode…FIXME
|
Note
|
|
encode(taskDescription: TaskDescription): ByteBufferencode…FIXME
|
Note
|
|