A B C D E F G H I M O P Q R S T V W

G

getException() - Method in class paratask.runtime.TaskID
Returns the exception that occurred while this task executed.
getException() - Method in class paratask.runtime.TaskIDGroup
 
getGlobalID() - Method in class paratask.runtime.TaskID
Returns the task's globally-unique ID.
getGroup() - Method in class paratask.runtime.TaskID
Returns the group that this task is part of (assuming it is a multi-task).
getInnerTaskResult(int) - Method in class paratask.runtime.TaskIDGroup
Returns the result of a particular task.
getProgress() - Static method in class paratask.runtime.CurrentTask
Returns the progress of the currently executed task.
getProgress() - Method in class paratask.runtime.TaskID
Returns the current progress of this task
getRelativeID() - Method in class paratask.runtime.TaskID
Returns the sub-task's relative ID in the multi-task.
getReturnResult() - Method in class paratask.runtime.TaskID
Returns the result of the task.
getReturnResult() - Method in class paratask.runtime.TaskIDGroup
Get the result of a group of tasks.
getReturnResult(Reduction<E>) - Method in class paratask.runtime.TaskIDGroup
Perform a reduction on the results contained in the group.
getScheduleType() - Static method in class paratask.runtime.ParaTask
Returns the schedule being used in the runtime.
getTaskArguments() - Method in class paratask.runtime.TaskID
Returns the arguments that were passed to this task when it was invoked.
getTaskName() - Method in class paratask.runtime.TaskID
Returns the (method) name of the task.
getThreadPoolSize() - Static method in class paratask.runtime.ParaTask
Returns the size of the thread pool.
globalID() - Static method in class paratask.runtime.CurrentTask
Returns the current task's global ID.
groupMembers() - Method in class paratask.runtime.TaskIDGroup
Return an iterator for the set of TaskIDs contained in this group.
groupSize() - Method in class paratask.runtime.TaskIDGroup
Returns the group size.

A B C D E F G H I M O P Q R S T V W