Class CachedValuesHistogram
Inheritance
System.Object
CachedValuesHistogram
Assembly: Steeltoe.CircuitBreaker.HystrixBase.dll
Syntax
public class CachedValuesHistogram : object
Methods
|
Edit this page
View Source
BackedBy(LongHistogram)
Declaration
public static CachedValuesHistogram BackedBy(LongHistogram underlying)
Parameters
Type |
Name |
Description |
LongHistogram |
underlying |
|
Returns
|
Edit this page
View Source
GetMean()
Declaration
Returns
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
GetNewHistogram()
Declaration
public static LongHistogram GetNewHistogram()
Returns
Type |
Description |
LongHistogram |
|
|
Edit this page
View Source
GetTotalCount()
Declaration
public long GetTotalCount()
Returns
Type |
Description |
System.Int64 |
|
|
Edit this page
View Source
GetValueAtPercentile(Double)
Declaration
public int GetValueAtPercentile(double percentile)
Parameters
Type |
Name |
Description |
System.Double |
percentile |
|
Returns
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|