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 classForkJoinExecutorConfigurator.AkkaForkJoinPoolINTERNAL AKKA USAGE ONLYstatic classForkJoinExecutorConfigurator.AkkaForkJoinTaskINTERNAL AKKA USAGE ONLYclassForkJoinExecutorConfigurator.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 ExecutorServiceFactorycreateExecutorServiceFactory(java.lang.String id, java.util.concurrent.ThreadFactory threadFactory)java.util.concurrent.ForkJoinPool.ForkJoinWorkerThreadFactoryvalidate(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)
-
-