Documentation of 'edu.rit.pj.Schedule' Java class
Schedule
edu.rit.pj

Class Schedule

  • Direct Known Subclasses:
    IntegerSchedule, LongSchedule


    public abstract class Schedule
    extends java.lang.Object
    Class Schedule provides an object that determines how to schedule the iterations of a ParallelForLoop among the threads in a ParallelTeam. To create a schedule object, call one of the following static methods in class IntegerSchedule or class LongSchedule:
    • IntegerSchedule.fixed()
    • IntegerSchedule.dynamic()
    • IntegerSchedule.guided()
    • IntegerSchedule.runtime()
    • IntegerSchedule.parse()
    • LongSchedule.fixed()
    • LongSchedule.dynamic()
    • LongSchedule.guided()
    • LongSchedule.runtime()
    • LongSchedule.parse()
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.