Class ThreadPoolConfiguration
- java.lang.Object
-
- org.infinispan.configuration.global.ThreadPoolConfiguration
-
public class ThreadPoolConfiguration extends java.lang.Object
- Author:
- Galder ZamarreƱo
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ThreadPoolConfiguration(java.util.concurrent.ThreadFactory threadFactory, ThreadPoolExecutorFactory threadPoolFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T extends java.util.concurrent.ThreadFactory>
TthreadFactory()
<T extends ThreadPoolExecutorFactory>
TthreadPoolFactory()
java.lang.String
toString()
-
-
-
Constructor Detail
-
ThreadPoolConfiguration
protected ThreadPoolConfiguration(java.util.concurrent.ThreadFactory threadFactory, ThreadPoolExecutorFactory threadPoolFactory)
-
-
Method Detail
-
threadPoolFactory
public <T extends ThreadPoolExecutorFactory> T threadPoolFactory()
-
threadFactory
public <T extends java.util.concurrent.ThreadFactory> T threadFactory()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-