1#include <xrpl/nodestore/DummyScheduler.h>
3#include <xrpl/nodestore/Scheduler.h>
4#include <xrpl/nodestore/Task.h>
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.
void scheduleTask(Task &task) override
Schedules a task.
Contains information about a batch write operation.
Contains information about a fetch operation.
Derived classes perform scheduled tasks.
virtual void performScheduledTask()=0
Performs the task.