C# Class Bend.Repl.MyReplConnection

Inheritance: IReplConnection
Afficher le fichier Open project: jeske/StepsDB-alpha

Méthodes publiques

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

Méthode Description
MyReplConnection ( ReplHandler hndl ) : System

Method Details

fetchLogEntries() public méthode

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
Résultat RecordData>>.IEnumerable

getDataInstanceId() public méthode

public getDataInstanceId ( ) : string
Résultat string

getEstimatedRemainingLogData() public méthode

public getEstimatedRemainingLogData ( string server_guid, RecordKeyType log_start_key ) : int
server_guid string
log_start_key RecordKeyType
Résultat int

getServerGuid() public méthode

public getServerGuid ( ) : string
Résultat string

getSnapshot() public méthode

public getSnapshot ( ) : IStepsKVDB
Résultat IStepsKVDB

getState() public méthode

public getState ( ) : ReplState
Résultat ReplState

getStatusForLogs() public méthode

public getStatusForLogs ( ) : IEnumerable
Résultat IEnumerable

requestToJoin() public méthode

public requestToJoin ( string server_guid ) : JoinInfo
server_guid string
Résultat JoinInfo