mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-30 07:25:50 +00:00
NodeStore improvements:
* Add Backend::verify API for doing consistency checks * Add Database::close so caller can catch exceptions * Improved Timing test for NodeStore creates a simulated workload
This commit is contained in:
committed by
Edward Hennis
parent
67b9cf9e82
commit
749e083e6e
@@ -85,6 +85,13 @@ public:
|
||||
return getWritableBackend()->getName();
|
||||
}
|
||||
|
||||
void
|
||||
close() override
|
||||
{
|
||||
// VFALCO TODO How do we close everything?
|
||||
assert(false);
|
||||
}
|
||||
|
||||
std::int32_t getWriteLoad() const override
|
||||
{
|
||||
return getWritableBackend()->getWriteLoad();
|
||||
|
||||
Reference in New Issue
Block a user