Groovy Documentation

gpars
Class FJWorker

java.lang.Object
  jsr166y.forkjoin.ForkJoinTask
      jsr166y.forkjoin.RecursiveTask
          gpars.AbstractForkJoinWorker
              gpars.FJWorker

class FJWorker
extends AbstractForkJoinWorker

Constructor Summary
FJWorker(Object args)

 
Method Summary
protected T computeTask()

protected void forkOffChild(Object childArgs)

 
Methods inherited from class AbstractForkJoinWorker
compute, computeTask, forkOffChild, getChildrenResults
 
Methods inherited from class jsr166y.forkjoin.RecursiveTask
exec, finish, rawResult, forkJoin, finishExceptionally, reinitialize, getException, join, fork, cancel, isCancelled, isDone, isStolen, quietlyJoin, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 
Methods inherited from class jsr166y.forkjoin.ForkJoinTask
getException, join, exec, finish, fork, cancel, isCancelled, isDone, rawResult, forkJoin, finishExceptionally, reinitialize, isStolen, quietlyJoin, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Constructor Detail

FJWorker

public FJWorker(Object args)


 
Method Detail

computeTask

protected T computeTask()


forkOffChild

protected void forkOffChild(Object childArgs)


 

Groovy Documentation