C# Class Scalien.CounterThreadState

Show file 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 property

public Int64,System count
return System.Int64

elapsed public property

public TimeSpan,System elapsed
return System.TimeSpan

shardServer public property

public ConfigState.ShardServer shardServer
return ConfigState.ShardServer

thread public property

public Thread thread
return Thread

url public property

public string url
return string