Uses of Enum Class
org.apache.sysds.runtime.controlprogram.parfor.Task.TaskType
Packages that use Task.TaskType
-
Uses of Task.TaskType in org.apache.sysds.runtime.controlprogram.parfor
Methods in org.apache.sysds.runtime.controlprogram.parfor that return Task.TaskTypeModifier and TypeMethodDescriptionTask.getType()static Task.TaskTypeReturns the enum constant of this class with the specified name.static Task.TaskType[]Task.TaskType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.sysds.runtime.controlprogram.parfor with parameters of type Task.TaskType