Package | Description |
---|---|
com.netflix.hystrix |
Core functionality of Hystrix including the HystrixCommand and HystrixCollapser to be extended from.
|
com.netflix.hystrix.strategy.properties |
Strategy definition for properties and configuration and default implementation.
|
Modifier and Type | Field and Description |
---|---|
protected HystrixThreadPoolProperties.Setter |
HystrixCommand.Setter.threadPoolPropertiesDefaults |
protected HystrixThreadPoolProperties.Setter |
HystrixObservableCommand.Setter.threadPoolPropertiesDefaults |
Modifier and Type | Method and Description |
---|---|
static HystrixThreadPoolProperties.Setter |
HystrixThreadPoolProperties.defaultSetter()
Factory method to retrieve the default Setter.
|
static HystrixThreadPoolProperties.Setter |
HystrixThreadPoolProperties.Setter()
Factory method to retrieve the default Setter.
|
HystrixThreadPoolProperties.Setter |
HystrixThreadPoolProperties.Setter.withCoreSize(int value) |
HystrixThreadPoolProperties.Setter |
HystrixThreadPoolProperties.Setter.withKeepAliveTimeMinutes(int value) |
HystrixThreadPoolProperties.Setter |
HystrixThreadPoolProperties.Setter.withMaxQueueSize(int value) |
HystrixThreadPoolProperties.Setter |
HystrixThreadPoolProperties.Setter.withMetricsRollingStatisticalWindowBuckets(int value) |
HystrixThreadPoolProperties.Setter |
HystrixThreadPoolProperties.Setter.withMetricsRollingStatisticalWindowInMilliseconds(int value) |
HystrixThreadPoolProperties.Setter |
HystrixThreadPoolProperties.Setter.withQueueSizeRejectionThreshold(int value) |
Modifier and Type | Method and Description |
---|---|
HystrixCommand.Setter |
HystrixCommand.Setter.andThreadPoolPropertiesDefaults(HystrixThreadPoolProperties.Setter threadPoolPropertiesDefaults)
Optional
|
Constructor and Description |
---|
HystrixThreadPoolDefault(HystrixThreadPoolKey threadPoolKey,
HystrixThreadPoolProperties.Setter propertiesDefaults) |
HystrixThreadPoolProperties(HystrixThreadPoolKey key,
HystrixThreadPoolProperties.Setter builder) |
HystrixThreadPoolProperties(HystrixThreadPoolKey key,
HystrixThreadPoolProperties.Setter builder,
String propertyPrefix) |
Modifier and Type | Method and Description |
---|---|
static HystrixThreadPoolProperties |
HystrixPropertiesFactory.getThreadPoolProperties(HystrixThreadPoolKey key,
HystrixThreadPoolProperties.Setter builder)
Get an instance of
HystrixThreadPoolProperties with the given factory HystrixPropertiesStrategy implementation for each HystrixThreadPool instance. |
HystrixThreadPoolProperties |
HystrixPropertiesStrategy.getThreadPoolProperties(HystrixThreadPoolKey threadPoolKey,
HystrixThreadPoolProperties.Setter builder)
Construct an implementation of
HystrixThreadPoolProperties for HystrixThreadPool instances with HystrixThreadPoolKey . |
String |
HystrixPropertiesStrategy.getThreadPoolPropertiesCacheKey(HystrixThreadPoolKey threadPoolKey,
HystrixThreadPoolProperties.Setter builder)
Cache key used for caching the retrieval of
HystrixThreadPoolProperties implementations. |
Constructor and Description |
---|
HystrixPropertiesThreadPoolDefault(HystrixThreadPoolKey key,
HystrixThreadPoolProperties.Setter builder) |
Copyright © 2020. All Rights Reserved.