C# Class Jellyfish.Commands.Metrics.RollingPercentileNumber.Bucket

Mostra file Open project: Zenasoft/Jellyfish.Commands

Public Properties

Property Type Description
bucketStartInMs long
data int[]

Public Methods

Method Description
AddValue ( int value ) : void
Bucket ( int dataLength ) : Jellyfish.Commands.Utils

Private Methods

Method Description
Reset ( long currentTime ) : void

Method Details

AddValue() public method

public AddValue ( int value ) : void
value int
return void

Bucket() public method

public Bucket ( int dataLength ) : Jellyfish.Commands.Utils
dataLength int
return Jellyfish.Commands.Utils

Property Details

bucketStartInMs public_oe property

public long bucketStartInMs
return long

data public_oe property

public int[] data
return int[]