public class ThreadPoolConfiguration extends Object
Modifier | Constructor and Description |
---|---|
protected |
ThreadPoolConfiguration(ThreadFactory threadFactory,
org.infinispan.commons.executors.ThreadPoolExecutorFactory threadPoolFactory) |
Modifier and Type | Method and Description |
---|---|
<T extends ThreadFactory> |
threadFactory() |
<T extends org.infinispan.commons.executors.ThreadPoolExecutorFactory> |
threadPoolFactory() |
String |
toString() |
protected ThreadPoolConfiguration(ThreadFactory threadFactory, org.infinispan.commons.executors.ThreadPoolExecutorFactory threadPoolFactory)
public <T extends org.infinispan.commons.executors.ThreadPoolExecutorFactory> T threadPoolFactory()
public <T extends ThreadFactory> T threadFactory()
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.