SOLA
|
#include <paxos_replication_manager.h>
Public Member Functions | |
PaxosReplicationManager (std::string station_id, std::shared_ptr< PathPlanningLoggerNs3 > logger, const PaxosSettings &settings) | |
void | processReplicationMessage (const ReplicationMessage &msg) |
Replication manager that receives replication messages and once it received the same message from all acceptors it will store the entry in a ledger.