Class Task
java.lang.Object
org.apache.sysds.runtime.controlprogram.parfor.Task
- All Implemented Interfaces:
Serializable
A task is a logical group of one or multiple iterations (each iteration is assigned to exactly one task).
There, each single task is executed sequentially. See TaskPartitioner for how tasks are created and
ParWorker for how those tasks are eventually executed.
NOTE: (Extension possibility: group of statements)
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddIteration(IntObject indexVal) getType()static TaskparseCompactString(String stask) intsize()toCompactString(int maxDigits) toString()
-
Field Details
-
MAX_VARNAME_SIZE
public static final int MAX_VARNAME_SIZE- See Also:
-
MAX_TASK_SIZE
public static final int MAX_TASK_SIZE- See Also:
-
-
Constructor Details
-
Task
public Task() -
Task
-
-
Method Details