Method | Description | |
---|---|---|
Bucket ( long startTime, int bucketDataLength ) : System |
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 |