public interface ThreadExecutorStatsMXBean
Modifier and Type | Method and Description |
---|---|
long |
getActiveThreadCount()
Returns the active thread count.
|
long |
getCompletedTaskCount()
Returns the completed task count.
|
long |
getCurrentQueueSize()
Returns the current queue size.
|
long |
getCurrentThreadPoolSize()
Returns the current thread pool size.
|
Long |
getLargestQueueSize()
Returns the largest queue size, if available.
|
long |
getLargestThreadPoolSize()
Returns the largest thread pool size.
|
long |
getMaxQueueSize()
Returns the maximum queue size.
|
long |
getMaxThreadPoolSize()
Returns the maximum thread pool size.
|
Long |
getRejectedTaskCount()
Returns the rejected task count, if available.
|
long |
getTotalTaskCount()
Returns the total task count.
|
long getCurrentThreadPoolSize()
long getLargestThreadPoolSize()
long getMaxThreadPoolSize()
long getCurrentQueueSize()
Long getLargestQueueSize()
long getMaxQueueSize()
long getActiveThreadCount()
long getCompletedTaskCount()
long getTotalTaskCount()
Long getRejectedTaskCount()
Copyright © 2019 OpenDaylight. All rights reserved.