Table of Contents

Class HystrixRollingPercentile

Namespace
Steeltoe.CircuitBreaker.Hystrix.Util
Assembly
Steeltoe.CircuitBreaker.HystrixBase.dll
public class HystrixRollingPercentile
Inheritance
HystrixRollingPercentile
Inherited Members

Constructors

HystrixRollingPercentile(int, int, int, bool)

public HystrixRollingPercentile(int timeInMilliseconds, int numberOfBuckets, int bucketDataLength, bool enabled)

Parameters

timeInMilliseconds int
numberOfBuckets int
bucketDataLength int
enabled bool

Properties

Mean

public int Mean { get; }

Property Value

int

Methods

AddValue(params int[])

public void AddValue(params int[] value)

Parameters

value int[]

GetPercentile(double)

public int GetPercentile(double percentile)

Parameters

percentile double

Returns

int

Reset()

public void Reset()