C# Class Scalien.ListerThreadState

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

Public Properties

Property Type Description
elapsed System.TimeSpan
keys string[]
shardServer ConfigState.ShardServer
thread Thread
url string

Public Methods

Method Description
GetTableKeysHTTP ( string url ) : string[]
ListerThreadFunc ( ) : void

Method Details

GetTableKeysHTTP() public static method

public static GetTableKeysHTTP ( string url ) : string[]
url string
return string[]

ListerThreadFunc() public method

public ListerThreadFunc ( ) : void
return void

Property Details

elapsed public_oe property

public TimeSpan,System elapsed
return System.TimeSpan

keys public_oe property

public string[] keys
return string[]

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