Clio develop
The XRP Ledger API server.
|
A helper to notify Clio operator about a corruption in the DB. More...
#include <CorruptionDetector.hpp>
Public Member Functions | |
CorruptionDetector (SystemState &state, CacheType &cache) | |
Construct a new Corruption Detector object. | |
void | onCorruptionDetected () |
Notify the operator about a corruption in the DB. | |
A helper to notify Clio operator about a corruption in the DB.
CacheType | The type of the cache to disable on corruption |
|
inline |
Construct a new Corruption Detector object.
state | The system state |
cache | The cache to disable on corruption |