public interface TomcatExecutorStatus
| Modifier and Type | Method and Description |
|---|---|
com.codahale.metrics.Gauge<Integer> |
getBusyThreadsGauge()
Retrieves the number of busy threads in the thread pool utilized by the executor.
|
com.codahale.metrics.Gauge<Integer> |
getCurrentPoolSizeGauge()
Retrieves the current number of threads in the thread pool utilized by the executor.
|
com.codahale.metrics.Gauge<Integer> |
getMaxPoolSizeGauge()
Retrieves the maximum size of the thread pool utilized by the executor.
|
String |
getName()
Retrieves the name of the executor.
|
com.codahale.metrics.Gauge<Integer> |
getQueueCapacityGauge()
Retrieves the capacity of the pending tasks queue.
|
com.codahale.metrics.Gauge<Integer> |
getQueueSizeGauge()
Retrieves the current size of the pending tasks queue.
|
String getName()
com.codahale.metrics.Gauge<Integer> getCurrentPoolSizeGauge()
com.codahale.metrics.Gauge<Integer> getMaxPoolSizeGauge()
com.codahale.metrics.Gauge<Integer> getBusyThreadsGauge()
com.codahale.metrics.Gauge<Integer> getQueueSizeGauge()
com.codahale.metrics.Gauge<Integer> getQueueCapacityGauge()
Copyright © 2016–2018. All rights reserved.