C# Class Scalien.BinaryListerThreadState

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

public TimeSpan,System elapsed
return System.TimeSpan

keyValues public property

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

keysOnly public property

public bool keysOnly
return bool

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