C# Класс Elders.Hystrix.NET.Util.HystrixRollingPercentile.Bucket

Counters for a given 'bucket' of time.
Показать файл Открыть проект

Открытые методы

Метод Описание
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