C# Class HdrHistogram.HistogramFactory.IntHistogramFactory

Inheritance: HistogramFactory
Afficher le fichier Open project: HdrHistogram/HdrHistogram.NET

Méthodes publiques

Méthode Description
Create ( long lowestDiscernibleValue, long highestTrackableValue, int numberOfSignificantValueDigits ) : HistogramBase
Create ( long instanceId, long lowestDiscernibleValue, long highestTrackableValue, int numberOfSignificantValueDigits ) : HistogramBase
WithThreadSafeReads ( ) : RecorderFactory
WithThreadSafeWrites ( ) : HistogramFactory

Method Details

Create() public méthode

public Create ( long lowestDiscernibleValue, long highestTrackableValue, int numberOfSignificantValueDigits ) : HistogramBase
lowestDiscernibleValue long
highestTrackableValue long
numberOfSignificantValueDigits int
Résultat HistogramBase

Create() public méthode

public Create ( long instanceId, long lowestDiscernibleValue, long highestTrackableValue, int numberOfSignificantValueDigits ) : HistogramBase
instanceId long
lowestDiscernibleValue long
highestTrackableValue long
numberOfSignificantValueDigits int
Résultat HistogramBase

WithThreadSafeReads() public méthode

public WithThreadSafeReads ( ) : RecorderFactory
Résultat RecorderFactory

WithThreadSafeWrites() public méthode

public WithThreadSafeWrites ( ) : HistogramFactory
Résultat HistogramFactory