C# 클래스 Bend.Repl.MyReplConnection

상속: IReplConnection
파일 보기 프로젝트 열기: jeske/StepsDB-alpha

공개 메소드들

메소드 설명
fetchLogEntries ( string log_server_guid, RecordKeyType log_start_key, bool block = false ) : RecordData>>.IEnumerable
getDataInstanceId ( ) : string
getEstimatedRemainingLogData ( string server_guid, RecordKeyType log_start_key ) : int
getServerGuid ( ) : string
getSnapshot ( ) : IStepsKVDB
getState ( ) : ReplState
getStatusForLogs ( ) : IEnumerable
requestToJoin ( string server_guid ) : JoinInfo

비공개 메소드들

메소드 설명
MyReplConnection ( ReplHandler hndl ) : System

메소드 상세

fetchLogEntries() 공개 메소드

public fetchLogEntries ( string log_server_guid, RecordKeyType log_start_key, bool block = false ) : RecordData>>.IEnumerable
log_server_guid string
log_start_key RecordKeyType
block bool
리턴 RecordData>>.IEnumerable

getDataInstanceId() 공개 메소드

public getDataInstanceId ( ) : string
리턴 string

getEstimatedRemainingLogData() 공개 메소드

public getEstimatedRemainingLogData ( string server_guid, RecordKeyType log_start_key ) : int
server_guid string
log_start_key RecordKeyType
리턴 int

getServerGuid() 공개 메소드

public getServerGuid ( ) : string
리턴 string

getSnapshot() 공개 메소드

public getSnapshot ( ) : IStepsKVDB
리턴 IStepsKVDB

getState() 공개 메소드

public getState ( ) : ReplState
리턴 ReplState

getStatusForLogs() 공개 메소드

public getStatusForLogs ( ) : IEnumerable
리턴 IEnumerable

requestToJoin() 공개 메소드

public requestToJoin ( string server_guid ) : JoinInfo
server_guid string
리턴 JoinInfo