Package | Description |
---|---|
io.netty.util.internal.chmv8 |
Modifier and Type | Field and Description |
---|---|
(package private) static ForkJoinPool |
ForkJoinPool.common
Common (static) pool.
|
(package private) ForkJoinPool |
ForkJoinPool.WorkQueue.pool |
(package private) ForkJoinPool |
ForkJoinWorkerThread.pool |
Modifier and Type | Method and Description |
---|---|
static ForkJoinPool |
ForkJoinPool.commonPool()
Returns the common pool instance.
|
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.
|
private static ForkJoinPool |
ForkJoinPool.makeCommonPool()
Creates and returns the common pool, respecting user settings
specified via system properties.
|
Modifier and Type | Method and Description |
---|---|
ForkJoinWorkerThread |
ForkJoinPool.ForkJoinWorkerThreadFactory.newThread(ForkJoinPool pool)
Returns a new worker thread operating in the given pool.
|
ForkJoinWorkerThread |
ForkJoinPool.DefaultForkJoinWorkerThreadFactory.newThread(ForkJoinPool pool) |
Constructor and Description |
---|
ForkJoinWorkerThread(ForkJoinPool pool)
Creates a ForkJoinWorkerThread operating in the given pool.
|
WorkQueue(ForkJoinPool pool,
ForkJoinWorkerThread owner,
int mode,
int seed) |