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

Afficher le fichier Open project: Zenasoft/Jellyfish.Commands

Méthodes publiques

Свойство Type Description
bucketStartInMs long
data int[]

Méthodes publiques

Méthode Description
AddValue ( int value ) : void
Bucket ( int dataLength ) : Jellyfish.Commands.Utils

Private Methods

Méthode Description
Reset ( long currentTime ) : void

Method Details

AddValue() public méthode

public AddValue ( int value ) : void
value int
Résultat void

Bucket() public méthode

public Bucket ( int dataLength ) : Jellyfish.Commands.Utils
dataLength int
Résultat Jellyfish.Commands.Utils

Property Details

bucketStartInMs public_oe property

public long bucketStartInMs
Résultat long

data public_oe property

public int[] data
Résultat int[]