DARTUtilSynchronizer

Undocumented in source.

Constructors

this
this(BlockFile journalfile, DART destination, DART source)
Undocumented in source.

Members

Functions

finish
void finish()
Undocumented in source. Be warned that the author may not have intended to support it.
query
const(HiRPC.Receiver) query(const(HiRPC.Sender) request)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

destination
DART destination;
Undocumented in source.
source
DART source;
Undocumented in source.

Inherited Members

From JournalSynchronizer

journalfile
BlockFile journalfile;

The actives is stored in this journal file. Which later can be run via the replay function

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

Meta