public interface WorkerPoolStatisticsBean
Modifier and Type | Method and Description |
---|---|
int |
getActiveThreads()
Current active thread count
|
int |
getHighestActiveThreads()
Highest Active threads recorded so far
|
int |
getHighestQueued() |
int |
getMaxThreads()
Max number of active threads allowed
|
int |
getQueued() |
String |
getQueueName()
Queue Name
|
long |
getTotalCompleted() |
long |
getTotalSubmitted() |
int getActiveThreads()
int getHighestActiveThreads()
String getQueueName()
int getMaxThreads()
int getQueued()
long getTotalCompleted()
long getTotalSubmitted()
int getHighestQueued()
Copyright © 2019. All rights reserved.