TaskDescription — Metadata of Single Task
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:
TaskDescription
is created when:
-
TaskSetManager
is requested to find a task ready for execution (given a resource offer) -
TaskDescription
is requested to decode (aTaskDescription
from a serialized format as aByteBuffer
)
The textual representation of a TaskDescription
is as follows:
Decoding TaskDescription (from Serialized Format) — decode
Method
decode
…FIXME
Note
|
|
Encoding TaskDescription (to Serialized Format) — encode
Method
encode
…FIXME
Note
|
|