C# 클래스 HdrHistogram.HistogramFactory.LongConcurrentHistogramFactory

상속: HistogramFactory
파일 보기 프로젝트 열기: HdrHistogram/HdrHistogram.NET

공개 메소드들

메소드 설명
Create ( long lowestDiscernibleValue, long highestTrackableValue, int numberOfSignificantValueDigits ) : HistogramBase
Create ( long instanceId, long lowestDiscernibleValue, long highestTrackableValue, int numberOfSignificantValueDigits ) : HistogramBase
LongConcurrentHistogramFactory ( HistogramFactory histogramFactory ) : System
WithThreadSafeReads ( ) : RecorderFactory
WithThreadSafeWrites ( ) : HistogramFactory

메소드 상세

Create() 공개 메소드

public Create ( long lowestDiscernibleValue, long highestTrackableValue, int numberOfSignificantValueDigits ) : HistogramBase
lowestDiscernibleValue long
highestTrackableValue long
numberOfSignificantValueDigits int
리턴 HistogramBase

Create() 공개 메소드

public Create ( long instanceId, long lowestDiscernibleValue, long highestTrackableValue, int numberOfSignificantValueDigits ) : HistogramBase
instanceId long
lowestDiscernibleValue long
highestTrackableValue long
numberOfSignificantValueDigits int
리턴 HistogramBase

LongConcurrentHistogramFactory() 공개 메소드

public LongConcurrentHistogramFactory ( HistogramFactory histogramFactory ) : System
histogramFactory HistogramFactory
리턴 System

WithThreadSafeReads() 공개 메소드

public WithThreadSafeReads ( ) : RecorderFactory
리턴 RecorderFactory

WithThreadSafeWrites() 공개 메소드

public WithThreadSafeWrites ( ) : HistogramFactory
리턴 HistogramFactory