Table of Contents

Class CachedValuesHistogram

Namespace
Steeltoe.CircuitBreaker.Hystrix.Metric
Assembly
Steeltoe.CircuitBreaker.HystrixBase.dll
public class CachedValuesHistogram
Inheritance
CachedValuesHistogram
Inherited Members

Methods

BackedBy(LongHistogram)

public static CachedValuesHistogram BackedBy(LongHistogram underlying)

Parameters

underlying LongHistogram

Returns

CachedValuesHistogram

GetMean()

public int GetMean()

Returns

int

GetNewHistogram()

public static LongHistogram GetNewHistogram()

Returns

LongHistogram

GetTotalCount()

public long GetTotalCount()

Returns

long

GetValueAtPercentile(double)

public int GetValueAtPercentile(double percentile)

Parameters

percentile double

Returns

int

ToString()

public override string ToString()

Returns

string