3#include <xrpl/core/JobQueue.h>
4#include <xrpl/nodestore/Scheduler.h>
5#include <xrpl/nodestore/Task.h>
A pool of threads to perform work.
void scheduleTask(node_store::Task &task) override
Schedules a task.
NodeStoreScheduler(JobQueue &jobQueue)
void onFetch(node_store::FetchReport const &report) override
Reports completion of a fetch Allows the scheduler to monitor the node store's performance.
void onBatchWrite(node_store::BatchWriteReport const &report) override
Reports the completion of a batch write Allows the scheduler to monitor the node store's performance.
Scheduling for asynchronous backend activity.
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Contains information about a batch write operation.
Contains information about a fetch operation.
Derived classes perform scheduled tasks.