|
Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Package | Description |
|---|---|
| java.util.concurrent | Utility classes commonly useful in concurrent programming. |
| Uses of ForkJoinPool in java.util.concurrent |
|---|
| Modifier and Type | Method and Description |
|---|---|
static ForkJoinPool |
ForkJoinTask.getPool()
Returns the pool hosting the current task execution, or null if this task is executing outside of any ForkJoinPool. |
ForkJoinPool |
ForkJoinWorkerThread.getPool()
Returns the pool hosting this thread. |
| Modifier and Type | Method and Description |
|---|---|
ForkJoinWorkerThread |
ForkJoinPool.ForkJoinWorkerThreadFactory.newThread(ForkJoinPool pool)
Returns a new worker thread operating in the given pool. |
| Constructor and Description |
|---|
ForkJoinWorkerThread(ForkJoinPool pool)
Creates a ForkJoinWorkerThread operating in the given pool. |
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.