C# Class Scalien.CounterThreadState

ファイルを表示 Open project: scalien/scaliendb Class Usage Examples

Public Properties

Property Type Description
count System.Int64
elapsed System.TimeSpan
shardServer ConfigState.ShardServer
thread Thread
url string

Public Methods

Method Description
CounterThreadFunc ( ) : void
GetTableCountHTTP ( string url ) : System.Int64

Method Details

CounterThreadFunc() public method

public CounterThreadFunc ( ) : void
return void

GetTableCountHTTP() public static method

public static GetTableCountHTTP ( string url ) : System.Int64
url string
return System.Int64

Property Details

count public_oe property

public Int64,System count
return System.Int64

elapsed public_oe property

public TimeSpan,System elapsed
return System.TimeSpan

shardServer public_oe property

public ConfigState.ShardServer shardServer
return ConfigState.ShardServer

thread public_oe property

public Thread thread
return Thread

url public_oe property

public string url
return string