C# 클래스 Elders.Hystrix.NET.Util.HystrixRollingPercentile.PercentileBucketData

Stores the values of a bucket in HystrixRollingPercentile. It's behavior is similar to a circular array, the new items after the specified count will overwrite the oldest items.
파일 보기 프로젝트 열기: Elders/Hystrix.NET

공개 메소드들

메소드 설명
AddValue ( ) : void

Adds values to this bucket.

PercentileBucketData ( int dataLength ) : System

Initializes a new instance of the PercentileBucketData class.

메소드 상세

AddValue() 공개 메소드

Adds values to this bucket.
public AddValue ( ) : void
리턴 void

PercentileBucketData() 공개 메소드

Initializes a new instance of the PercentileBucketData class.
public PercentileBucketData ( int dataLength ) : System
dataLength int The maximum number of values to store.
리턴 System