Class

scala.collection.parallel.AdaptiveWorkStealingForkJoinTasks

WrappedTask

Related Doc: package AdaptiveWorkStealingForkJoinTasks

Permalink

class WrappedTask[R, Tp] extends RecursiveAction with AdaptiveWorkStealingForkJoinTasks.WrappedTask[R, Tp] with AdaptiveWorkStealingForkJoinTasks.WrappedTask[R, Tp]

Linear Supertypes
AdaptiveWorkStealingForkJoinTasks.WrappedTask[R, Tp], AdaptiveWorkStealingForkJoinTasks.WrappedTask[R, Tp], AdaptiveWorkStealingForkJoinTasks.WrappedTask[R, Tp], RecursiveAction, ForkJoinTask[Void], java.io.Serializable, Future[Void], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WrappedTask
  2. WrappedTask
  3. WrappedTask
  4. WrappedTask
  5. RecursiveAction
  6. ForkJoinTask
  7. Serializable
  8. Future
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new WrappedTask(body: Task[R, Tp])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val body: Task[R, Tp]

    Permalink

    the body of this task - what it executes, how it gets split and how results are merged.

    the body of this task - what it executes, how it gets split and how results are merged.

    Definition Classes
    WrappedTaskWrappedTask
  6. def cancel(arg0: Boolean): Boolean

    Permalink
    Definition Classes
    ForkJoinTask → Future
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def compareAndSetForkJoinTaskTag(arg0: Short, arg1: Short): Boolean

    Permalink
    Definition Classes
    ForkJoinTask
  9. def complete(arg0: Void): Unit

    Permalink
    Definition Classes
    ForkJoinTask
  10. def completeExceptionally(arg0: java.lang.Throwable): Unit

    Permalink
    Definition Classes
    ForkJoinTask
  11. def compute(): Unit

    Permalink

    Code that gets called after the task gets started - it may spawn other tasks instead of calling leaf.

    Code that gets called after the task gets started - it may spawn other tasks instead of calling leaf.

    Definition Classes
    WrappedTaskWrappedTask
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  14. final def exec(): Boolean

    Permalink
    Attributes
    protected[scala.concurrent.forkjoin]
    Definition Classes
    RecursiveAction → ForkJoinTask
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def fork(): ForkJoinTask[Void]

    Permalink
    Definition Classes
    ForkJoinTask
  17. final def get(arg0: Long, arg1: TimeUnit): Void

    Permalink
    Definition Classes
    ForkJoinTask → Future
    Annotations
    @throws( ... ) @throws( ... ) @throws( ... )
  18. final def get(): Void

    Permalink
    Definition Classes
    ForkJoinTask → Future
    Annotations
    @throws( ... ) @throws( ... )
  19. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  20. final def getException(): java.lang.Throwable

    Permalink
    Definition Classes
    ForkJoinTask
  21. final def getForkJoinTaskTag(): Short

    Permalink
    Definition Classes
    ForkJoinTask
  22. final def getRawResult(): Void

    Permalink
    Definition Classes
    RecursiveAction → ForkJoinTask
  23. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  24. def internal(): Unit

    Permalink
    Definition Classes
    WrappedTask
  25. final def invoke(): Void

    Permalink
    Definition Classes
    ForkJoinTask
  26. final def isCancelled(): Boolean

    Permalink
    Definition Classes
    ForkJoinTask → Future
  27. final def isCompletedAbnormally(): Boolean

    Permalink
    Definition Classes
    ForkJoinTask
  28. final def isCompletedNormally(): Boolean

    Permalink
    Definition Classes
    ForkJoinTask
  29. final def isDone(): Boolean

    Permalink
    Definition Classes
    ForkJoinTask → Future
  30. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  31. final def join(): Void

    Permalink
    Definition Classes
    ForkJoinTask
  32. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  33. var next: AdaptiveWorkStealingForkJoinTasks.WrappedTask[R, Tp]

    Permalink
    Definition Classes
    WrappedTask
  34. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  35. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  36. def printChain(): Unit

    Permalink
    Definition Classes
    WrappedTask
  37. final def quietlyComplete(): Unit

    Permalink
    Definition Classes
    ForkJoinTask
  38. final def quietlyInvoke(): Unit

    Permalink
    Definition Classes
    ForkJoinTask
  39. final def quietlyJoin(): Unit

    Permalink
    Definition Classes
    ForkJoinTask
  40. def reinitialize(): Unit

    Permalink
    Definition Classes
    ForkJoinTask
  41. def release(): Unit

    Permalink

    If the task has been cancelled successfully, those syncing on it may automatically be notified, depending on the implementation.

    If the task has been cancelled successfully, those syncing on it may automatically be notified, depending on the implementation. If they aren't, this release method should be called after processing the cancelled task.

    This method may be overridden.

    Definition Classes
    WrappedTask
  42. final def setForkJoinTaskTag(arg0: Short): Short

    Permalink
    Definition Classes
    ForkJoinTask
  43. final def setRawResult(arg0: Void): Unit

    Permalink
    Attributes
    protected[scala.concurrent.forkjoin]
    Definition Classes
    RecursiveAction → ForkJoinTask
  44. var shouldWaitFor: Boolean

    Permalink
    Definition Classes
    WrappedTask
  45. def spawnSubtasks(): AdaptiveWorkStealingForkJoinTasks.WrappedTask[R, Tp]

    Permalink
    Definition Classes
    WrappedTask
  46. def split: scala.Seq[AdaptiveWorkStealingForkJoinTasks.WrappedTask[R, Tp]]

    Permalink
    Definition Classes
    WrappedTaskWrappedTaskWrappedTask
  47. def start(): Unit

    Permalink

    Start task.

    Start task.

    Definition Classes
    WrappedTaskWrappedTask
  48. def sync(): Unit

    Permalink

    Wait for task to finish.

    Wait for task to finish.

    Definition Classes
    WrappedTaskWrappedTask
  49. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  50. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  51. def tryCancel(): Boolean

    Permalink

    Try to cancel the task.

    Try to cancel the task.

    returns

    true if cancellation is successful.

    Definition Classes
    WrappedTaskWrappedTask
  52. def tryUnfork(): Boolean

    Permalink
    Definition Classes
    ForkJoinTask
  53. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AdaptiveWorkStealingForkJoinTasks.WrappedTask[R, Tp]

Inherited from AdaptiveWorkStealingForkJoinTasks.WrappedTask[R, Tp]

Inherited from AdaptiveWorkStealingForkJoinTasks.WrappedTask[R, Tp]

Inherited from RecursiveAction

Inherited from ForkJoinTask[Void]

Inherited from java.io.Serializable

Inherited from Future[Void]

Inherited from AnyRef

Inherited from Any

Ungrouped