Package org.infinispan.server.core.utils
Class ManageableThreadPoolExecutorService
- java.lang.Object
-
- org.infinispan.executors.ManageableExecutorService<java.util.concurrent.ThreadPoolExecutor>
-
- org.infinispan.server.core.utils.ManageableThreadPoolExecutorService
-
public class ManageableThreadPoolExecutorService extends ManageableExecutorService<java.util.concurrent.ThreadPoolExecutor>
- Since:
- 10.0
- Author:
- Tristan Tarrant <tristan@infinispan.org>
-
-
Field Summary
-
Fields inherited from class org.infinispan.executors.ManageableExecutorService
executor
-
-
Constructor Summary
Constructors Constructor Description ManageableThreadPoolExecutorService(java.util.concurrent.ThreadPoolExecutor threadPoolExecutor)
-
Method Summary
-
Methods inherited from class org.infinispan.executors.ManageableExecutorService
getActiveCount, getKeepAliveTime, getLargestPoolSize, getMaximumPoolSize, getPoolSize, getQueueSize, setKeepAliveTime, setMaximumPoolSize
-
-