public static final class ForkJoinExecutorConfigurator.AkkaForkJoinPool extends scala.concurrent.forkjoin.ForkJoinPool implements LoadMetrics
| Constructor and Description |
|---|
AkkaForkJoinPool(int parallelism,
scala.concurrent.forkjoin.ForkJoinPool.ForkJoinWorkerThreadFactory threadFactory,
java.lang.Thread.UncaughtExceptionHandler unhandledExceptionHandler) |
AkkaForkJoinPool(int parallelism,
scala.concurrent.forkjoin.ForkJoinPool.ForkJoinWorkerThreadFactory threadFactory,
java.lang.Thread.UncaughtExceptionHandler unhandledExceptionHandler,
boolean asyncMode) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
atFullThrottle() |
void |
execute(java.lang.Runnable r) |
awaitQuiescence, awaitTermination, commonPool, drainTasksTo, execute, getActiveThreadCount, getAsyncMode, getCommonPoolParallelism, getFactory, getParallelism, getPoolSize, getQueuedSubmissionCount, getQueuedTaskCount, getRunningThreadCount, getStealCount, getUncaughtExceptionHandler, hasQueuedSubmissions, invoke, invokeAll, isQuiescent, isShutdown, isTerminated, isTerminating, managedBlock, newTaskFor, newTaskFor, pollSubmission, shutdown, shutdownNow, submit, submit, submit, submit, toStringpublic AkkaForkJoinPool(int parallelism,
scala.concurrent.forkjoin.ForkJoinPool.ForkJoinWorkerThreadFactory threadFactory,
java.lang.Thread.UncaughtExceptionHandler unhandledExceptionHandler,
boolean asyncMode)
public AkkaForkJoinPool(int parallelism,
scala.concurrent.forkjoin.ForkJoinPool.ForkJoinWorkerThreadFactory threadFactory,
java.lang.Thread.UncaughtExceptionHandler unhandledExceptionHandler)
public void execute(java.lang.Runnable r)
execute in interface java.util.concurrent.Executorexecute in class scala.concurrent.forkjoin.ForkJoinPoolpublic boolean atFullThrottle()
atFullThrottle in interface LoadMetrics