
public class HystrixThreadPoolConfiguration
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
int |
getCoreSize() |
int |
getKeepAliveTimeInMinutes() |
int |
getMaxQueueSize() |
int |
getQueueRejectionThreshold() |
int |
getRollingCounterBucketSizeInMilliseconds() |
int |
getRollingCounterNumberOfBuckets() |
HystrixThreadPoolKey |
getThreadPoolKey() |
static HystrixThreadPoolConfiguration |
sample(HystrixThreadPoolKey threadPoolKey,
HystrixThreadPoolProperties threadPoolProperties) |
public static HystrixThreadPoolConfiguration sample(HystrixThreadPoolKey threadPoolKey, HystrixThreadPoolProperties threadPoolProperties)
public HystrixThreadPoolKey getThreadPoolKey()
public int getCoreSize()
public int getMaxQueueSize()
public int getQueueRejectionThreshold()
public int getKeepAliveTimeInMinutes()
public int getRollingCounterNumberOfBuckets()
public int getRollingCounterBucketSizeInMilliseconds()