C# Class Elders.Hystrix.NET.Util.HystrixRollingPercentile.Bucket

Counters for a given 'bucket' of time.
Afficher le fichier Open project: Elders/Hystrix.NET

Méthodes publiques

Méthode Description
Bucket ( long startTime, int bucketDataLength ) : System

Initializes a new instance of the Bucket class.

Method Details

Bucket() public méthode

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.
Résultat System