public interface FlexibleThreadPoolModuleMXBean
| Modifier and Type | Method and Description |
|---|---|
Long |
getKeepAliveMillis() |
Integer |
getMaxThreadCount() |
Integer |
getMinThreadCount() |
Integer |
getQueueCapacity() |
ObjectName |
getThreadFactory() |
void |
setKeepAliveMillis(Long keepAliveMillis) |
void |
setMaxThreadCount(Integer maxThreadCount) |
void |
setMinThreadCount(Integer minThreadCount) |
void |
setQueueCapacity(Integer queueCapacity)
Capacity of queue that holds waiting tasks
|
void |
setThreadFactory(ObjectName threadFactory) |
ObjectName getThreadFactory()
void setThreadFactory(ObjectName threadFactory)
Integer getMinThreadCount()
void setMinThreadCount(Integer minThreadCount)
Integer getMaxThreadCount()
void setMaxThreadCount(Integer maxThreadCount)
Long getKeepAliveMillis()
void setKeepAliveMillis(Long keepAliveMillis)
Integer getQueueCapacity()
void setQueueCapacity(Integer queueCapacity)
Copyright © 2016 OpenDaylight. All rights reserved.