rippled
|
Simple NodeStore Scheduler that just peforms the tasks synchronously. More...
Public Member Functions | |
DummyScheduler ()=default | |
~DummyScheduler ()=default | |
void | scheduleTask (Task &task) override |
Schedules a task. More... | |
void | onFetch (FetchReport const &report) override |
Reports completion of a fetch Allows the scheduler to monitor the node store's performance. More... | |
void | onBatchWrite (BatchWriteReport const &report) override |
Reports the completion of a batch write Allows the scheduler to monitor the node store's performance. More... | |
Simple NodeStore Scheduler that just peforms the tasks synchronously.
Definition at line 29 of file DummyScheduler.h.
|
default |
|
default |
|
overridevirtual |
Schedules a task.
Depending on the implementation, the task may be invoked either on the current thread of execution, or an unspecified implementation-defined foreign thread.
Implements ripple::NodeStore::Scheduler.
Definition at line 26 of file DummyScheduler.cpp.
|
overridevirtual |
Reports completion of a fetch Allows the scheduler to monitor the node store's performance.
Implements ripple::NodeStore::Scheduler.
Definition at line 33 of file DummyScheduler.cpp.
|
overridevirtual |
Reports the completion of a batch write Allows the scheduler to monitor the node store's performance.
Implements ripple::NodeStore::Scheduler.
Definition at line 38 of file DummyScheduler.cpp.