TestSynchronizer

Undocumented in source.

Constructors

this
this(string journal_filename, DART owner, DART foreign_dart)
Undocumented in source.

Members

Functions

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

foreign_dart
DART foreign_dart;
Undocumented in source.
owner
DART owner;
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