C# 클래스 Scalien.CounterThreadState

파일 보기 프로젝트 열기: scalien/scaliendb 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
count System.Int64
elapsed System.TimeSpan
shardServer ConfigState.ShardServer
thread Thread
url string

공개 메소드들

메소드 설명
CounterThreadFunc ( ) : void
GetTableCountHTTP ( string url ) : System.Int64

메소드 상세

CounterThreadFunc() 공개 메소드

public CounterThreadFunc ( ) : void
리턴 void

GetTableCountHTTP() 공개 정적인 메소드

public static GetTableCountHTTP ( string url ) : System.Int64
url string
리턴 System.Int64

프로퍼티 상세

count 공개적으로 프로퍼티

public Int64,System count
리턴 System.Int64

elapsed 공개적으로 프로퍼티

public TimeSpan,System elapsed
리턴 System.TimeSpan

shardServer 공개적으로 프로퍼티

public ConfigState.ShardServer shardServer
리턴 ConfigState.ShardServer

thread 공개적으로 프로퍼티

public Thread thread
리턴 Thread

url 공개적으로 프로퍼티

public string url
리턴 string