C# 클래스 Graphite.Helpers

파일 보기 프로젝트 열기: peschuster/graphite-client

공개 메소드들

메소드 설명
ConvertTicksToMs ( long ticks, long fequency ) : int
IsHostname ( string value ) : bool
LookupIpAddress ( string hostname ) : IPAddress
ParseAddress ( string ipAddressOrHostname ) : IPAddress
ToMetricKey ( this uri ) : string
ToUnderscores ( this camelCased ) : string

메소드 상세

ConvertTicksToMs() 공개 정적인 메소드

public static ConvertTicksToMs ( long ticks, long fequency ) : int
ticks long
fequency long
리턴 int

IsHostname() 공개 정적인 메소드

public static IsHostname ( string value ) : bool
value string
리턴 bool

LookupIpAddress() 공개 정적인 메소드

public static LookupIpAddress ( string hostname ) : IPAddress
hostname string
리턴 System.Net.IPAddress

ParseAddress() 공개 정적인 메소드

public static ParseAddress ( string ipAddressOrHostname ) : IPAddress
ipAddressOrHostname string
리턴 System.Net.IPAddress

ToMetricKey() 공개 정적인 메소드

public static ToMetricKey ( this uri ) : string
uri this
리턴 string

ToUnderscores() 공개 정적인 메소드

public static ToUnderscores ( this camelCased ) : string
camelCased this
리턴 string