|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
ForkJoinTask that performs the run
method of the given Runnable as its action, and returns
a null result upon ForkJoinTask.join().
ForkJoinTask that performs the run
method of the given Runnable as its action, and returns
the given result upon ForkJoinTask.join().
ForkJoinTask that performs the call
method of the given Callable as its action, and returns
its result upon ForkJoinTask.join(), translating any checked exceptions
encountered into RuntimeException.
RandomAccessFile.ArrayFile.ArrayInput by wrapping DataInput.ArrayInput.ArrayOutput by wrapping DataOutput.ArrayOutput.InterruptedException if interrupted
while waiting, or returning immediately if the current phase of
the barrier is not equal to the given phase value or this
barrier is terminated.
InterruptedException if interrupted while waiting, or
returning immediately if the current phase of the barrier is
not equal to the given phase value or this barrier is
terminated.
join and related operations.
join and related operations.
true if this queue contains the specified element.
ThreadLocalRandom.
ArrayFile instead.ExecutorService for running ForkJoinTasks.ForkJoinPool with parallelism equal to Runtime.availableProcessors(), using the default thread factory,
no UncaughtExceptionHandler, and non-async LIFO processing mode.
ForkJoinPool with the indicated parallelism
level, the default thread factory,
no UncaughtExceptionHandler, and non-async LIFO processing mode.
ForkJoinPool with the given parameters.
ForkJoinWorkerThreads.ForkJoinPools.ForkJoinPool.ForkJoinPool, which executes
ForkJoinTasks.true if this pool uses local first-in-first-out
scheduling mode for forked tasks that are never joined.
CancellationException if cancelled, or null if
none or if the method has not yet completed.
null if none.
ForkJoinTask.join(), even
if this task completed abnormally, or null if this task
is not known to have been completed.
null.
BlockingQueue.take() or timed
poll.