Class HystrixCollapserOptions
Inheritance
System.Object
HystrixCollapserOptions
Assembly: Steeltoe.CircuitBreaker.HystrixBase.dll
Syntax
public class HystrixCollapserOptions : HystrixBaseOptions, IHystrixCollapserOptions
Constructors
|
Edit this page
View Source
HystrixCollapserOptions(IHystrixCollapserKey, IHystrixCollapserOptions, IHystrixDynamicOptions)
Declaration
public HystrixCollapserOptions(IHystrixCollapserKey collapserKey, IHystrixCollapserOptions defaults = null, IHystrixDynamicOptions dynamic = null)
Parameters
|
Edit this page
View Source
HystrixCollapserOptions(IHystrixCollapserKey, RequestCollapserScope, IHystrixCollapserOptions, IHystrixDynamicOptions)
Declaration
public HystrixCollapserOptions(IHystrixCollapserKey key, RequestCollapserScope scope, IHystrixCollapserOptions defaults = null, IHystrixDynamicOptions dynamic = null)
Parameters
Fields
|
Edit this page
View Source
HYSTRIX_COLLAPSER_PREFIX
Declaration
protected const string HYSTRIX_COLLAPSER_PREFIX = null
Field Value
Type |
Description |
System.String |
|
Properties
|
Edit this page
View Source
CollapserKey
Declaration
public IHystrixCollapserKey CollapserKey { get; set; }
Property Value
|
Edit this page
View Source
MaxRequestsInBatch
Declaration
public int MaxRequestsInBatch { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
MetricsRollingPercentileBucketSize
Declaration
public int MetricsRollingPercentileBucketSize { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
MetricsRollingPercentileEnabled
Declaration
public bool MetricsRollingPercentileEnabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
MetricsRollingPercentileWindowBuckets
Declaration
public int MetricsRollingPercentileWindowBuckets { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
MetricsRollingPercentileWindowInMilliseconds
Declaration
public int MetricsRollingPercentileWindowInMilliseconds { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
MetricsRollingStatisticalWindowBuckets
Declaration
public int MetricsRollingStatisticalWindowBuckets { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
MetricsRollingStatisticalWindowInMilliseconds
Declaration
public int MetricsRollingStatisticalWindowInMilliseconds { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
RequestCacheEnabled
Declaration
public bool RequestCacheEnabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
Scope
Declaration
public RequestCollapserScope Scope { get; set; }
Property Value
|
Edit this page
View Source
TimerDelayInMilliseconds
Declaration
public int TimerDelayInMilliseconds { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Implements