C# 클래스 Scalien.BinaryListerThreadState

파일 보기 프로젝트 열기: scalien/scaliendb 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
elapsed System.TimeSpan
keyValues byte[]>>.List
keysOnly bool
shardServer ConfigState.ShardServer
thread Thread
url string

공개 메소드들

메소드 설명
GetTableKeyValuesHTTP ( string url ) : byte[]>>.List
ListerThreadFunc ( ) : void
ParseByteArray ( byte data, int pos, byte &array ) : int
ParseKeyValue ( byte data, int pos, byte[]>.KeyValuePair &keyValue ) : int

메소드 상세

GetTableKeyValuesHTTP() 공개 정적인 메소드

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

ListerThreadFunc() 공개 메소드

public ListerThreadFunc ( ) : void
리턴 void

ParseByteArray() 공개 정적인 메소드

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

ParseKeyValue() 공개 정적인 메소드

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

프로퍼티 상세

elapsed 공개적으로 프로퍼티

public TimeSpan,System elapsed
리턴 System.TimeSpan

keyValues 공개적으로 프로퍼티

public List> keyValues
리턴 byte[]>>.List

keysOnly 공개적으로 프로퍼티

public bool keysOnly
리턴 bool

shardServer 공개적으로 프로퍼티

public ConfigState.ShardServer shardServer
리턴 ConfigState.ShardServer

thread 공개적으로 프로퍼티

public Thread thread
리턴 Thread

url 공개적으로 프로퍼티

public string url
리턴 string