Package org.apache.pekko.dispatch
Class ForkJoinExecutorConfigurator
java.lang.Object
org.apache.pekko.dispatch.ExecutorServiceConfigurator
org.apache.pekko.dispatch.ForkJoinExecutorConfigurator
- All Implemented Interfaces:
ExecutorServiceFactoryProvider
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassstatic final classINTERNAL PEKKO USAGE ONLYstatic final classINTERNAL PEKKO USAGE ONLY -
Constructor Summary
ConstructorsConstructorDescriptionForkJoinExecutorConfigurator(com.typesafe.config.Config config, DispatcherPrerequisites prerequisites) -
Method Summary
Modifier and TypeMethodDescriptionfinal ExecutorServiceFactorycreateExecutorServiceFactory(String id, ThreadFactory threadFactory) final booleanintMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.pekko.dispatch.ExecutorServiceFactoryProvider
createVirtualized
-
Constructor Details
-
ForkJoinExecutorConfigurator
public ForkJoinExecutorConfigurator(com.typesafe.config.Config config, DispatcherPrerequisites prerequisites)
-
-
Method Details
-
isVirtualized
public final boolean isVirtualized() -
virtualThreadStartNumber
public int virtualThreadStartNumber() -
validate
-
createExecutorServiceFactory
public final ExecutorServiceFactory createExecutorServiceFactory(String id, ThreadFactory threadFactory)
-