akka.dispatch
Class ForkJoinExecutorConfigurator.ForkJoinExecutorServiceFactory
java.lang.Object
akka.dispatch.ForkJoinExecutorConfigurator.ForkJoinExecutorServiceFactory
- All Implemented Interfaces:
- ExecutorServiceFactory
- Enclosing class:
- ForkJoinExecutorConfigurator
public class ForkJoinExecutorConfigurator.ForkJoinExecutorServiceFactory
- extends java.lang.Object
- implements ExecutorServiceFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ForkJoinExecutorConfigurator.ForkJoinExecutorServiceFactory
public ForkJoinExecutorConfigurator.ForkJoinExecutorServiceFactory(scala.concurrent.forkjoin.ForkJoinPool.ForkJoinWorkerThreadFactory threadFactory,
int parallelism,
boolean asyncMode)
ForkJoinExecutorConfigurator.ForkJoinExecutorServiceFactory
public ForkJoinExecutorConfigurator.ForkJoinExecutorServiceFactory(scala.concurrent.forkjoin.ForkJoinPool.ForkJoinWorkerThreadFactory threadFactory,
int parallelism)
threadFactory
public scala.concurrent.forkjoin.ForkJoinPool.ForkJoinWorkerThreadFactory threadFactory()
parallelism
public int parallelism()
asyncMode
public boolean asyncMode()
createExecutorService
public java.util.concurrent.ExecutorService createExecutorService()
- Specified by:
createExecutorService
in interface ExecutorServiceFactory