Package akka.dispatch
Class ForkJoinExecutorConfigurator
- java.lang.Object
-
- akka.dispatch.ExecutorServiceConfigurator
-
- akka.dispatch.ForkJoinExecutorConfigurator
-
- All Implemented Interfaces:
ExecutorServiceFactoryProvider
public class ForkJoinExecutorConfigurator extends ExecutorServiceConfigurator
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ForkJoinExecutorConfigurator.AkkaForkJoinPool
INTERNAL AKKA USAGE ONLYstatic class
ForkJoinExecutorConfigurator.AkkaForkJoinTask
INTERNAL AKKA USAGE ONLYclass
ForkJoinExecutorConfigurator.ForkJoinExecutorServiceFactory
-
Constructor Summary
Constructors Constructor Description ForkJoinExecutorConfigurator(com.typesafe.config.Config config, DispatcherPrerequisites prerequisites)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExecutorServiceFactory
createExecutorServiceFactory(java.lang.String id, java.util.concurrent.ThreadFactory threadFactory)
java.util.concurrent.ForkJoinPool.ForkJoinWorkerThreadFactory
validate(java.util.concurrent.ThreadFactory t)
-
-
-
Constructor Detail
-
ForkJoinExecutorConfigurator
public ForkJoinExecutorConfigurator(com.typesafe.config.Config config, DispatcherPrerequisites prerequisites)
-
-
Method Detail
-
validate
public java.util.concurrent.ForkJoinPool.ForkJoinWorkerThreadFactory validate(java.util.concurrent.ThreadFactory t)
-
createExecutorServiceFactory
public final ExecutorServiceFactory createExecutorServiceFactory(java.lang.String id, java.util.concurrent.ThreadFactory threadFactory)
-
-