Class HystrixThreadPoolOptions
Inheritance
System.Object
HystrixThreadPoolOptions
Assembly: Steeltoe.CircuitBreaker.HystrixBase.dll
Syntax
public class HystrixThreadPoolOptions : HystrixBaseOptions, IHystrixThreadPoolOptions
Constructors
|
Edit this page
View Source
HystrixThreadPoolOptions(IHystrixThreadPoolKey, IHystrixThreadPoolOptions, IHystrixDynamicOptions)
Declaration
public HystrixThreadPoolOptions(IHystrixThreadPoolKey key, IHystrixThreadPoolOptions defaults = null, IHystrixDynamicOptions dynamic = null)
Parameters
Fields
|
Edit this page
View Source
defaults
Declaration
protected IHystrixThreadPoolOptions defaults
Field Value
|
Edit this page
View Source
HYSTRIX_THREADPOOL_PREFIX
Declaration
protected const string HYSTRIX_THREADPOOL_PREFIX = null
Field Value
Type |
Description |
System.String |
|
Properties
|
Edit this page
View Source
AllowMaximumSizeToDivergeFromCoreSize
Declaration
public virtual bool AllowMaximumSizeToDivergeFromCoreSize { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
CoreSize
Declaration
public virtual int CoreSize { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
KeepAliveTimeMinutes
Declaration
public virtual int KeepAliveTimeMinutes { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
MaximumSize
Declaration
public virtual int MaximumSize { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
MaxQueueSize
Declaration
public virtual int MaxQueueSize { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
MetricsRollingStatisticalWindowBuckets
Declaration
public virtual int MetricsRollingStatisticalWindowBuckets { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
MetricsRollingStatisticalWindowInMilliseconds
Declaration
public virtual int MetricsRollingStatisticalWindowInMilliseconds { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
QueueSizeRejectionThreshold
Declaration
public virtual int QueueSizeRejectionThreshold { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
ThreadPoolKey
Declaration
public IHystrixThreadPoolKey ThreadPoolKey { get; }
Property Value
Implements