public interface BoundedQueueThreadPoolExecutorMBean extends BoundedThreadPoolExecutorMBean
Modifier and Type | Method and Description |
---|---|
int |
getCoreThreads() |
boolean |
isAllowCoreThreadTimeout() |
void |
setAllowCoreThreadTimeout(boolean allow) |
void |
setCoreThreads(int newSize) |
isBlocking, setBlocking
getKeepAliveTime, getMaxThreads, setKeepAliveTime, setMaxThreads
getCurrentThreadCount, getLargestThreadCount, getQueueSize, getRejectedCount
Copyright © 2018 JBoss, a division of Red Hat, Inc.. All Rights Reserved.