Merge function to add all nodes from another database.

This commit is contained in:
JoelKatz
2013-01-09 20:48:56 -08:00
parent cf284897bb
commit 99a8925fe5
2 changed files with 70 additions and 0 deletions

View File

@@ -68,6 +68,8 @@ public:
void bulkWrite();
void waitWrite();
void sweep() { mCache.sweep(); mNegativeCache.sweep(); }
int import(const std::string&);
};
#endif