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

Counters for a given 'bucket' of time.
파일 보기 프로젝트 열기: Elders/Hystrix.NET

공개 메소드들

메소드 설명
Bucket ( long startTime, int bucketDataLength ) : System

Initializes a new instance of the Bucket class.

메소드 상세

Bucket() 공개 메소드

Initializes a new instance of the Bucket class.
public Bucket ( long startTime, int bucketDataLength ) : System
startTime long The start time of this bucket.
bucketDataLength int The maximum number of values to store in this bucket.
리턴 System