All Classes
-
All Classes Interface Summary Class Summary Class Description ForkJoinPool AnExecutorService
for runningForkJoinTask
s.ForkJoinPool.ForkJoinWorkerThreadFactory Factory for creating newForkJoinWorkerThread
s.ForkJoinPool.ManagedBlocker Interface for extending managed parallelism for tasks running inForkJoinPool
s.ForkJoinTask<V> Abstract base class for tasks that run within aForkJoinPool
.ForkJoinWorkerThread A thread managed by aForkJoinPool
, which executesForkJoinTask
s.LinkedTransferQueue<E> An unboundedTransferQueue
based on linked nodes.Phaser A reusable synchronization barrier, similar in functionality toCyclicBarrier
andCountDownLatch
but supporting more flexible usage.RecursiveAction A recursive resultlessForkJoinTask
.RecursiveTask<V> A recursive result-bearingForkJoinTask
.ThreadLocalRandom A random number generator isolated to the current thread.TransferQueue<E> ABlockingQueue
in which producers may wait for consumers to receive elements.