C# Class Bend.Repl.MyReplConnection

Inheritance: IReplConnection
Show file Open project: jeske/StepsDB-alpha

Public Methods

Method Description
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

Private Methods

Method Description
MyReplConnection ( ReplHandler hndl ) : System

Method Details

fetchLogEntries() public method

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
return RecordData>>.IEnumerable

getDataInstanceId() public method

public getDataInstanceId ( ) : string
return string

getEstimatedRemainingLogData() public method

public getEstimatedRemainingLogData ( string server_guid, RecordKeyType log_start_key ) : int
server_guid string
log_start_key RecordKeyType
return int

getServerGuid() public method

public getServerGuid ( ) : string
return string

getSnapshot() public method

public getSnapshot ( ) : IStepsKVDB
return IStepsKVDB

getState() public method

public getState ( ) : ReplState
return ReplState

getStatusForLogs() public method

public getStatusForLogs ( ) : IEnumerable
return IEnumerable

requestToJoin() public method

public requestToJoin ( string server_guid ) : JoinInfo
server_guid string
return JoinInfo