akka.dispatch
Class ForkJoinExecutorConfigurator.ForkJoinExecutorServiceFactory

java.lang.Object
  extended by akka.dispatch.ForkJoinExecutorConfigurator.ForkJoinExecutorServiceFactory
All Implemented Interfaces:
ExecutorServiceFactory
Enclosing class:
ForkJoinExecutorConfigurator

public class ForkJoinExecutorConfigurator.ForkJoinExecutorServiceFactory
extends java.lang.Object
implements ExecutorServiceFactory


Constructor Summary
ForkJoinExecutorConfigurator.ForkJoinExecutorServiceFactory(scala.concurrent.forkjoin.ForkJoinPool.ForkJoinWorkerThreadFactory threadFactory, int parallelism)
           
ForkJoinExecutorConfigurator.ForkJoinExecutorServiceFactory(scala.concurrent.forkjoin.ForkJoinPool.ForkJoinWorkerThreadFactory threadFactory, int parallelism, boolean asyncMode)
           
 
Method Summary
 boolean asyncMode()
           
 java.util.concurrent.ExecutorService createExecutorService()
           
 int parallelism()
           
 scala.concurrent.forkjoin.ForkJoinPool.ForkJoinWorkerThreadFactory threadFactory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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