
public class HystrixThreadPoolUtilization
extends java.lang.Object
| Constructor and Description |
|---|
HystrixThreadPoolUtilization(int currentActiveCount,
int currentCorePoolSize,
int currentPoolSize,
int currentQueueSize) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCurrentActiveCount() |
int |
getCurrentCorePoolSize() |
int |
getCurrentPoolSize() |
int |
getCurrentQueueSize() |
static HystrixThreadPoolUtilization |
sample(HystrixThreadPoolMetrics threadPoolMetrics) |
public HystrixThreadPoolUtilization(int currentActiveCount,
int currentCorePoolSize,
int currentPoolSize,
int currentQueueSize)
public static HystrixThreadPoolUtilization sample(HystrixThreadPoolMetrics threadPoolMetrics)
public int getCurrentActiveCount()
public int getCurrentCorePoolSize()
public int getCurrentPoolSize()
public int getCurrentQueueSize()