1#ifndef XRPL_NODESTORE_MANAGERIMP_H_INCLUDED 
    2#define XRPL_NODESTORE_MANAGERIMP_H_INCLUDED 
    4#include <xrpl/nodestore/Manager.h> 
A generic endpoint for log messages.
 
Base class for backend factories.
 
Factory * find(std::string const &name) override
Return a pointer to the matching factory if it exists.
 
std::vector< Factory * > list_
 
std::unique_ptr< Database > make_Database(std::size_t burstSize, Scheduler &scheduler, int readThreads, Section const &config, beast::Journal journal) override
Construct a NodeStore database.
 
static ManagerImp & instance()
 
void insert(Factory &factory) override
Add a factory.
 
static void missing_backend()
 
std::unique_ptr< Backend > make_Backend(Section const ¶meters, std::size_t burstSize, Scheduler &scheduler, beast::Journal journal) override
Create a backend.
 
void erase(Factory &factory) override
Remove a factory.
 
Singleton for managing NodeStore factories and back ends.
 
Scheduling for asynchronous backend activity.
 
Holds a collection of configuration values.
 
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.