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

Counters for a given 'bucket' of time.
Mostrar archivo Open project: Elders/Hystrix.NET

Public Methods

Method Description
Bucket ( long startTime, int bucketDataLength ) : System

Initializes a new instance of the Bucket class.

Method Details

Bucket() public method

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.
return System