C# 클래스 ZocMonLib.ZocMon

Class of static methods for recording and reducing time series data.
파일 보기 프로젝트 열기: Zocdoc/ZocMon

공개 메소드들

메소드 설명
Record ( string configName, System.DateTime time, double value, MonitorReductionType monitorReductionType ) : void

Record the given value to the given monitor configuration, for the given time.

Record ( string configName, double value, MonitorReductionType monitorReductionType ) : void

Record the given value to the given monitor configuration.

RecordEvent ( string configName ) : void

Record the ocurrance of a given monitor configuration.

RecordEvent ( string configName, MonitorReductionType monitorReductionType ) : void

Record the ocurrance of a given monitor configuration.

Seed ( string configName, MonitorReductionType monitorReductionType ) : MonitorInfo

Seed the local data for a monitor configuration.

비공개 메소드들

메소드 설명
ZocMon ( ) : System

메소드 상세

Record() 공개 정적인 메소드

Record the given value to the given monitor configuration, for the given time.
public static Record ( string configName, System.DateTime time, double value, MonitorReductionType monitorReductionType ) : void
configName string Name of the config
time System.DateTime Time of the recrod
value double Value that is being recorded
monitorReductionType MonitorReductionType Reduction type that is being used
리턴 void

Record() 공개 정적인 메소드

Record the given value to the given monitor configuration.
public static Record ( string configName, double value, MonitorReductionType monitorReductionType ) : void
configName string Name of the config
value double Value that is being recorded
monitorReductionType MonitorReductionType Reduction type that is being used
리턴 void

RecordEvent() 공개 정적인 메소드

Record the ocurrance of a given monitor configuration.
public static RecordEvent ( string configName ) : void
configName string Name of the config
리턴 void

RecordEvent() 공개 정적인 메소드

Record the ocurrance of a given monitor configuration.
public static RecordEvent ( string configName, MonitorReductionType monitorReductionType ) : void
configName string Name of the config
monitorReductionType MonitorReductionType Reduction type that is being used
리턴 void

Seed() 공개 정적인 메소드

Seed the local data for a monitor configuration.
public static Seed ( string configName, MonitorReductionType monitorReductionType ) : MonitorInfo
configName string
monitorReductionType MonitorReductionType
리턴 MonitorInfo