| 
    rippled
    
   | 
 
Simple NodeStore Scheduler that just peforms the tasks synchronously. More...
#include <DummyScheduler.h>


Public Member Functions | |
| DummyScheduler ()=default | |
| ~DummyScheduler ()=default | |
| void | scheduleTask (Task &task) override | 
| Schedules a task.   | |
| void | onFetch (FetchReport const &report) override | 
| Reports completion of a fetch Allows the scheduler to monitor the node store's performance.   | |
| void | onBatchWrite (BatchWriteReport const &report) override | 
| Reports the completion of a batch write Allows the scheduler to monitor the node store's performance.   | |
Simple NodeStore Scheduler that just peforms the tasks synchronously.
Definition at line 10 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 7 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 14 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 19 of file DummyScheduler.cpp.