C# 클래스 Graphite.StatsD.StatsDClient

상속: IDisposable
파일 보기 프로젝트 열기: ragnard/Graphite.NET 1 사용 예제들

공개 메소드들

메소드 설명
Decrement ( ) : bool
Decrement ( int magnitude ) : bool
Decrement ( int magnitude, double sampleRate ) : bool
Decrement ( string key, int magnitude = -1, double sampleRate = 1.0 ) : bool
Dispose ( ) : void
Increment ( int magnitude, double sampleRate ) : bool
Increment ( string key, int magnitude = 1, double sampleRate = 1.0 ) : bool
StatsDClient ( string hostname, int port, string keyPrefix = null ) : System
Timing ( string key, long value, double sampleRate = 1.0 ) : bool

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
MaybeSend ( double sampleRate ) : bool
MaybeSend ( string stat, double sampleRate ) : bool
Send ( string message ) : bool

메소드 상세

Decrement() 공개 메소드

public Decrement ( ) : bool
리턴 bool

Decrement() 공개 메소드

public Decrement ( int magnitude ) : bool
magnitude int
리턴 bool

Decrement() 공개 메소드

public Decrement ( int magnitude, double sampleRate ) : bool
magnitude int
sampleRate double
리턴 bool

Decrement() 공개 메소드

public Decrement ( string key, int magnitude = -1, double sampleRate = 1.0 ) : bool
key string
magnitude int
sampleRate double
리턴 bool

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Increment() 공개 메소드

public Increment ( int magnitude, double sampleRate ) : bool
magnitude int
sampleRate double
리턴 bool

Increment() 공개 메소드

public Increment ( string key, int magnitude = 1, double sampleRate = 1.0 ) : bool
key string
magnitude int
sampleRate double
리턴 bool

StatsDClient() 공개 메소드

public StatsDClient ( string hostname, int port, string keyPrefix = null ) : System
hostname string
port int
keyPrefix string
리턴 System

Timing() 공개 메소드

public Timing ( string key, long value, double sampleRate = 1.0 ) : bool
key string
value long
sampleRate double
리턴 bool