public static interface ThreadPoolBulkhead.Metrics
| Modifier and Type | Method and Description |
|---|---|
int |
getCoreThreadPoolSize()
Returns the core number of threads.
|
int |
getMaximumThreadPoolSize()
Returns the maximum allowed number of threads.
|
int |
getQueueCapacity()
Returns the queue capacity.
|
int |
getQueueDepth()
Returns the number of tasks in the queue.
|
int |
getRemainingQueueCapacity()
Returns the remaining queue capacity.
|
int |
getThreadPoolSize()
Returns the current number of threads in the pool.
|
int getCoreThreadPoolSize()
int getThreadPoolSize()
int getMaximumThreadPoolSize()
int getQueueDepth()
int getRemainingQueueCapacity()
int getQueueCapacity()