All Classes and Interfaces
Class
Description
An
ExecutorService
for running ForkJoinTask
s.Factory for creating new
ForkJoinWorkerThread
s.Interface for extending managed parallelism for tasks running
in
ForkJoinPool
s.Abstract base class for tasks that run within a
ForkJoinPool
.A thread managed by a
ForkJoinPool
, which executes
ForkJoinTask
s.An unbounded
TransferQueue
based on linked nodes.A reusable synchronization barrier, similar in functionality to
CyclicBarrier
and
CountDownLatch
but supporting more flexible usage.A recursive resultless
ForkJoinTask
.A recursive result-bearing
ForkJoinTask
.A random number generator isolated to the current thread.
A
BlockingQueue
in which producers may wait for consumers
to receive elements.