Package host.anzo.core.config
Class ThreadPoolConfig
java.lang.Object
host.anzo.core.config.ThreadPoolConfig
- Since:
- 5/9/2024
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic int[]static int[]static int[] -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
THREAD_POOL_EXECUTOR_CONFIG
public static int[] THREAD_POOL_EXECUTOR_CONFIG -
SCHEDULED_THREAD_POOL_CONFIG
public static int[] SCHEDULED_THREAD_POOL_CONFIG -
FORK_JOIN_POOL_CONFIG
public static int[] FORK_JOIN_POOL_CONFIG
-
-
Constructor Details
-
ThreadPoolConfig
public ThreadPoolConfig()
-