C# Class HdrHistogram.HistogramFactory.RecorderFactory

Factory for creating Recorders for thread safe reading of histograms.
显示文件 Open project: HdrHistogram/HdrHistogram.NET

Public Methods

Method Description
Create ( ) : Recorder

Creates the recorder as configured by this factory instance.

Private Methods

Method Description
RecorderFactory ( HistogramFactory histogramBuilder ) : System

Method Details

Create() public method

Creates the recorder as configured by this factory instance.
public Create ( ) : Recorder
return Recorder