C# Class Scalien.BinaryListerThreadState

Afficher le fichier Open project: scalien/scaliendb Class Usage Examples

Méthodes publiques

Свойство Type Description
elapsed System.TimeSpan
keyValues byte[]>>.List
keysOnly bool
shardServer ConfigState.ShardServer
thread Thread
url string

Méthodes publiques

Méthode 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 méthode

public static GetTableKeyValuesHTTP ( string url ) : byte[]>>.List
url string
Résultat byte[]>>.List

ListerThreadFunc() public méthode

public ListerThreadFunc ( ) : void
Résultat void

ParseByteArray() public static méthode

public static ParseByteArray ( byte data, int pos, byte &array ) : int
data byte
pos int
array byte
Résultat int

ParseKeyValue() public static méthode

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

Property Details

elapsed public_oe property

public TimeSpan,System elapsed
Résultat System.TimeSpan

keyValues public_oe property

public List> keyValues
Résultat byte[]>>.List

keysOnly public_oe property

public bool keysOnly
Résultat bool

shardServer public_oe property

public ConfigState.ShardServer shardServer
Résultat ConfigState.ShardServer

thread public_oe property

public Thread thread
Résultat Thread

url public_oe property

public string url
Résultat string