C# Class Scalien.BinaryListerThreadState

Mostrar archivo Open project: scalien/scaliendb Class Usage Examples

Public Properties

Property Type Description
elapsed System.TimeSpan
keyValues byte[]>>.List
keysOnly bool
shardServer ConfigState.ShardServer
thread Thread
url string

Public Methods

Method Description
GetTableKeyValuesHTTP ( string url ) : byte[]>>.List
ListerThreadFunc ( ) : void
ParseByteArray ( byte data, int pos, byte &array ) : int
ParseKeyValue ( byte data, int pos, byte[]>.KeyValuePair &keyValue ) : int

Method Details

GetTableKeyValuesHTTP() public static method

public static GetTableKeyValuesHTTP ( string url ) : byte[]>>.List
url string
return byte[]>>.List

ListerThreadFunc() public method

public ListerThreadFunc ( ) : void
return void

ParseByteArray() public static method

public static ParseByteArray ( byte data, int pos, byte &array ) : int
data byte
pos int
array byte
return int

ParseKeyValue() public static method

public static ParseKeyValue ( byte data, int pos, byte[]>.KeyValuePair &keyValue ) : int
data byte
pos int
keyValue byte[]>.KeyValuePair
return int

Property Details

elapsed public_oe property

public TimeSpan,System elapsed
return System.TimeSpan

keyValues public_oe property

public List> keyValues
return byte[]>>.List

keysOnly public_oe property

public bool keysOnly
return bool

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