DARTRemoteWorker

Remote synchronizer for DARTs.

@safe
class DARTRemoteWorker : JournalSynchronizer {
protected
DART destination;
string sock_addr;
immutable(DARTSyncOptions) opts;
}

Members

Functions

query
const(HiRPC.Receiver) query(const(HiRPC.Sender) request)

Query the remote DART for a response to a request.

updateJournalFile
void updateJournalFile(File newJournalFile)

Update the journal file for this synchronizer.

Inherited Members

From JournalSynchronizer

index
Index index;

Current block index

record
void record(RecordFactory.Recorder recorder)

Update and adds the recorder to the journal and store it

finish
void finish()

Should be called when the synchronization has finished