Class HystrixRollingPercentile
Inheritance
System.Object
HystrixRollingPercentile
Assembly: Steeltoe.CircuitBreaker.HystrixBase.dll
Syntax
public class HystrixRollingPercentile : object
Constructors
|
Edit this page
View Source
HystrixRollingPercentile(Int32, Int32, Int32, Boolean)
Declaration
public HystrixRollingPercentile(int timeInMilliseconds, int numberOfBuckets, int bucketDataLength, bool enabled)
Parameters
Type |
Name |
Description |
System.Int32 |
timeInMilliseconds |
|
System.Int32 |
numberOfBuckets |
|
System.Int32 |
bucketDataLength |
|
System.Boolean |
enabled |
|
Properties
|
Edit this page
View Source
Mean
Declaration
Property Value
Type |
Description |
System.Int32 |
|
Methods
|
Edit this page
View Source
AddValue(Int32[])
Declaration
public void AddValue(params int[] value)
Parameters
Type |
Name |
Description |
System.Int32[] |
value |
|
|
Edit this page
View Source
GetPercentile(Double)
Declaration
public int GetPercentile(double percentile)
Parameters
Type |
Name |
Description |
System.Double |
percentile |
|
Returns
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
Reset()
Declaration