All Classes
-
All Classes Interface Summary Class Summary Class Description ForkJoinPool AnExecutorServicefor runningForkJoinTasks.ForkJoinPool.ForkJoinWorkerThreadFactory Factory for creating newForkJoinWorkerThreads.ForkJoinPool.ManagedBlocker Interface for extending managed parallelism for tasks running inForkJoinPools.ForkJoinTask<V> Abstract base class for tasks that run within aForkJoinPool.ForkJoinWorkerThread A thread managed by aForkJoinPool, which executesForkJoinTasks.LinkedTransferQueue<E> An unboundedTransferQueuebased on linked nodes.Phaser A reusable synchronization barrier, similar in functionality toCyclicBarrierandCountDownLatchbut 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> ABlockingQueuein which producers may wait for consumers to receive elements.