Package org.apache.pekko.dispatch
Class ForkJoinExecutorConfigurator
- java.lang.Object
-
- org.apache.pekko.dispatch.ExecutorServiceConfigurator
-
- org.apache.pekko.dispatch.ForkJoinExecutorConfigurator
-
- All Implemented Interfaces:
ExecutorServiceFactoryProvider
public class ForkJoinExecutorConfigurator extends ExecutorServiceConfigurator
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
ForkJoinExecutorConfigurator.ForkJoinExecutorServiceFactory
static class
ForkJoinExecutorConfigurator.PekkoForkJoinPool
INTERNAL PEKKO USAGE ONLYstatic class
ForkJoinExecutorConfigurator.PekkoForkJoinTask
INTERNAL PEKKO USAGE ONLY
-
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)
-
-