|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjsr166y.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 |
|---|
public FJWorker(Object args)
| Method Detail |
|---|
protected T computeTask()
protected void forkOffChild(Object childArgs)
Groovy Documentation