Class ThreadPoolConfiguration
java.lang.Object
org.infinispan.configuration.global.ThreadPoolConfiguration
- Author:
- Galder ZamarreƱo
-
Constructor Summary
ModifierConstructorDescriptionprotected
ThreadPoolConfiguration
(String name, ThreadFactory threadFactory, ThreadPoolExecutorFactory threadPoolFactory) -
Method Summary
Modifier and TypeMethodDescriptionname()
<T extends ThreadFactory>
T<T extends ThreadPoolExecutorFactory>
TtoString()
-
Constructor Details
-
ThreadPoolConfiguration
protected ThreadPoolConfiguration(String name, ThreadFactory threadFactory, ThreadPoolExecutorFactory threadPoolFactory)
-
-
Method Details